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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-09 12:58:20 +08:00
committed by lyingbug
parent f4fe86a842
commit 0455872111
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ jobs:
touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: ${{ runner.temp }}/digests/*
+3 -3
View File
@@ -41,7 +41,7 @@ jobs:
npm ci
npm run build
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: frontend-dist
path: frontend/dist/
@@ -126,7 +126,7 @@ jobs:
tar czf "${ARCHIVE}.tar.gz" "${ARCHIVE}"
shasum -a 256 "${ARCHIVE}.tar.gz" > "${ARCHIVE}.tar.gz.sha256"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: release-${{ matrix.goos }}-${{ matrix.goarch }}
path: |
@@ -313,7 +313,7 @@ jobs:
sha256sum "${ARCHIVE}.exe" > "${ARCHIVE}.exe.sha256"
fi
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: ${{ matrix.artifact_name }}
path: |