Update actions/upload-artifact action to v7.0.1
This commit is contained in:
committed by
Niels van Velzen
parent
22421d9f46
commit
9e91e92ec4
2
.github/workflows/app-build.yaml
vendored
2
.github/workflows/app-build.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Create publish bundle
|
- name: Create publish bundle
|
||||||
run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \;
|
run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \;
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|||||||
Reference in New Issue
Block a user