Skip to content

Commit 9eeb95f

Browse files
committed
Update actions/upload-artifact to v4
1 parent 0626b7d commit 9eeb95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build_and_create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
"$APKSIGNER" sign --ks ./keystore.jks --ks-key-alias "$KEY_ALIAS" --ks-pass "pass:$KEYSTORE_PASSWORD" "./apks/Dicio_${VERSION}.apk"
7878
7979
- name: Upload artifacts
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: apks
8383
path: apks

0 commit comments

Comments
 (0)