From 99dbfc1a253493b730b985851d1c4f332d80b712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:38:17 +0000 Subject: [PATCH] chore(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/backend_ci.yml | 2 +- .github/workflows/frontend_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend_ci.yml b/.github/workflows/backend_ci.yml index bb51a3b..113cd0f 100644 --- a/.github/workflows/backend_ci.yml +++ b/.github/workflows/backend_ci.yml @@ -190,7 +190,7 @@ jobs: tar -czf "dist/polyphony-backend-${{ github.run_id }}-${{ github.run_attempt }}.tar.gz" -C dist backend-api - name: Upload backend build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-backend-build-${{ github.run_id }}-${{ github.run_attempt }} path: | diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index f7b11a9..0b98bfc 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -171,7 +171,7 @@ jobs: run: Compress-Archive -Path "build/windows/x64/runner/Release/*" -DestinationPath "build/polyphony-windows-${{ github.run_id }}-${{ github.run_attempt }}.zip" - name: Upload Windows build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: flutter-windows-build-${{ github.run_id }}-${{ github.run_attempt }} path: |