File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments