From eb7b5662c7a4a50892f67ced7b39804823fd8e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:46:45 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/fdroid-reproducible.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3a40682..f4402bf 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -68,7 +68,7 @@ jobs: ./gradlew --no-daemon assembleMobileDebug assembleTvDebug - name: Upload APKs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: opendeezer-android-debug path: gui/android/app/build/outputs/apk/**/debug/*.apk diff --git a/.github/workflows/fdroid-reproducible.yml b/.github/workflows/fdroid-reproducible.yml index d7cc46c..7c9be68 100644 --- a/.github/workflows/fdroid-reproducible.yml +++ b/.github/workflows/fdroid-reproducible.yml @@ -225,7 +225,7 @@ jobs: test "$(find "$unsigned_dir" -maxdepth 1 -type f -name '*.apk' | wc -l)" -eq 4 - name: Upload unsigned comparison APKs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: opendeezer-fdroid-unsigned path: ${{ runner.temp }}/fdroid-unsigned/*.apk @@ -357,7 +357,7 @@ jobs: test "$(find "$signed_dir" -maxdepth 1 -type f -name '*.apk' | wc -l)" -eq 4 - name: Upload signed APK artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: opendeezer-fdroid-signed-${{ needs.build.outputs.version }} path: ${{ runner.temp }}/fdroid-signed/*.apk diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd94f25..ff90aec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -729,7 +729,7 @@ jobs: "$SOURCE_SHA256" \ "$RELEASE_DATE" - name: Preserve updated manifests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: package-manifests-${{ github.ref_name }} path: |