Skip to content

Commit aefdec8

Browse files
chore: Bump actions/upload-artifact in /.github/actions/android
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 aefdec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
flutter build appbundle --build-name $VERSION_NAME --build-number $VERSION_CODE
5454
5555
- name: Store APK file
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: apk-files
5959
path: |

0 commit comments

Comments
 (0)