Skip to content

Commit 2a75017

Browse files
chore: Bump actions/upload-artifact from 4 to 7 in /.github/workflows
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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>
1 parent d88b022 commit 2a75017

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir -p ./pr
3030
echo ${{ github.event.number }} > ./pr/NR
3131
32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v7
3333
with:
3434
name: pr
3535
path: pr/

.github/workflows/push-event.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ jobs:
8989
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
9090

9191
- name: Upload APK
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: APK Generated
9595
path: build/app/outputs/flutter-apk
9696

9797
- name: Upload AAB Release
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v7
9999
with:
100100
name: AAB Generated
101101
path: build/app/outputs/bundle

0 commit comments

Comments
 (0)