Skip to content

Commit a36e99f

Browse files
dependabot[bot]stefan-niedermann
authored andcommitted
Bump actions/upload-artifact from 2.3.1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a9de41 commit a36e99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build debug APK
5555
run: bash ./gradlew assembleDev --stacktrace
5656
- name: Upload APK
57-
uses: actions/upload-artifact@v2.3.1
57+
uses: actions/upload-artifact@v3
5858
with:
5959
name: app-dev-debug
6060
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)