Skip to content

Commit 2161237

Browse files
chore(deps): update github artifact actions
1 parent 464ea59 commit 2161237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Upload APK as a build artifact
114114
# Archives the generated APK with a dynamic, versioned name. This artifact is essential
115115
# for passing the APK file to the subsequent `release` job.
116-
uses: actions/upload-artifact@v6
116+
uses: actions/upload-artifact@v7
117117
with:
118118
name: paperize-${{ steps.get_version.outputs.VERSION_NAME }}
119119
path: app/build/outputs/apk/release/paperize-v*.apk
@@ -136,7 +136,7 @@ jobs:
136136
- name: Download signed APK artifact
137137
# Downloads the versioned artifact produced by the `build` job. The pattern ensures
138138
# it finds the correct artifact regardless of the specific version number.
139-
uses: actions/download-artifact@v7
139+
uses: actions/download-artifact@v8
140140
with:
141141
pattern: paperize-v*
142142
path: ./apk-artifact

0 commit comments

Comments
 (0)