Update actions/upload-artifact action to v6

This commit is contained in:
renovate[bot]
2026-01-06 14:03:58 +01:00
committed by Niels van Velzen
parent bae1c96d85
commit c2de5914c5
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Create publish bundle
run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \;
- name: Upload artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: build-artifacts
retention-days: 14