Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit e26c1d5

Browse files
⬆️ Bump actions/upload-artifact from 4 to 5 (#315)
⬆️ Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25cc31d commit e26c1d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ssh-keygen -Y sign -f '${{ runner.temp }}/SIGNING_KEY_PUBLIC.pub' -n file android/app/build/outputs/apk/release/app-release.apk
5555
ssh-keygen -Y verify -f ./.github/authorized_keys -I '41898282+github-actions[bot]@users.noreply.github.com' -n file -s android/app/build/outputs/apk/release/app-release.apk.sig < android/app/build/outputs/apk/release/app-release.apk
5656
57-
- uses: actions/upload-artifact@v4
57+
- uses: actions/upload-artifact@v5
5858
if: github.ref_name == 'main' && github.actor != 'nektos/act'
5959
with:
6060
name: app-release

.github/workflows/node.js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: pnpm run lint
3434
- run: pnpm run package
3535

36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@v5
3737
if: failure()
3838
with:
3939
name: playwright

0 commit comments

Comments
 (0)