Update actions/upload-artifact action to v7

This commit is contained in:
renovate[bot]
2026-05-09 12:49:21 +02:00
committed by Niels van Velzen
parent fbb4da1e97
commit 3fae76b129
+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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: build-artifacts
retention-days: 14