From 4d4b3987a8da8ab5570a07b6a9b3634349f87375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:04:49 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.5.0 (#632) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 2 +- .github/workflows/desktop-tauri.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1123592..5f4db12 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -90,7 +90,7 @@ jobs: - name: 📤 Upload build artifacts (push or pr builds only) if: (!inputs.publish) - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: "signed-apk" path: | diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index 01f507e..261c148 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -148,7 +148,7 @@ jobs: - name: 📤 Upload build artifacts (push or pr builds only) if: (inputs.tagName == '') - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: "bundles-${{matrix.os}}${{matrix.args}}" path: |