From 3f04e022152f65605521b23bf1df3f2022ac5723 Mon Sep 17 00:00:00 2001 From: Juri Wolf Date: Sat, 16 Dec 2023 12:03:49 +0100 Subject: [PATCH] update github artifacts 4 --- .github/workflows/tauri.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 0f9855f4a..dd1049c93 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -38,7 +38,7 @@ jobs: sed -i "s#\"version\": \".*\"#\"version\": \"$VERSION\"#g" src-tauri/tauri.conf.json - name: share files with release job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: files path: | @@ -59,7 +59,7 @@ jobs: steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Install wrangler run: | @@ -87,7 +87,7 @@ jobs: steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-20.04'