File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 run : make get-tar tar=${{ inputs.tar-url }}
149149 - name : Download the tarfile from artifacts
150150 if : ${{ inputs.tar-file-name }}
151- uses : actions/download-artifact@v5
151+ uses : actions/download-artifact@v6
152152 with :
153153 name : ${{ inputs.tar-file-name }}
154154 path : tar
@@ -170,7 +170,7 @@ jobs:
170170 if : ${{ inputs.release == true || github.event.inputs.release == 'true' }}
171171 id : get-aab-filename
172172 run : echo "aab-file-name=$(ls dist | grep .aab | cat)" >> $GITHUB_OUTPUT
173- - uses : actions/upload-artifact@v4
173+ - uses : actions/upload-artifact@v5
174174 if : ${{ inputs.release == true || github.event.inputs.release == 'true' }}
175175 with :
176176 name : ${{ steps.get-aab-filename.outputs.aab-file-name }}
@@ -199,7 +199,7 @@ jobs:
199199 - name : Get versionCode
200200 id : get-version-code
201201 run : echo "version-code=$(cat .version-code)" >> $GITHUB_OUTPUT
202- - uses : actions/upload-artifact@v4
202+ - uses : actions/upload-artifact@v5
203203 with :
204204 name : ${{ steps.get-apk-filename.outputs.apk-file-name }}
205205 path : dist/${{ steps.get-apk-filename.outputs.apk-file-name }}
You can’t perform that action at this time.
0 commit comments