We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3477f commit f1fb898Copy full SHA for f1fb898
1 file changed
.github/workflows/app-build.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Create publish bundle
29
run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \;
30
- name: Upload artifacts
31
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
32
with:
33
name: build-artifacts
34
retention-days: 14
0 commit comments