Skip to content

Commit 12ce476

Browse files
Bump actions/upload-artifact from 4.0.0 to 4.1.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fac7b3 commit 12ce476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew build
2626
- name: Bundle (Debug)
2727
run: ./gradlew bundleDebug
28-
- uses: actions/upload-artifact@v4.0.0
28+
- uses: actions/upload-artifact@v4.1.0
2929
with:
3030
name: Package
3131
path: ./build

0 commit comments

Comments
 (0)