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 @@ -233,13 +233,13 @@ jobs:
233233 ./asrestore -n test -d backupdir 2>&1 | grep "Failed to connect"
234234 working-directory : ${{ steps.working-dir.outputs.value }}/binaries/static_bin
235235 - name : Upload static asbackup artifact
236- uses : actions/upload-artifact@v3
236+ uses : actions/upload-artifact@v4
237237 with :
238238 name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asbackup-static
239239 path : ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asbackup
240240 if-no-files-found : error
241241 - name : Upload static asrestore artifact
242- uses : actions/upload-artifact@v3
242+ uses : actions/upload-artifact@v4
243243 with :
244244 name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asrestore-static
245245 path : ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asrestore
You can’t perform that action at this time.
0 commit comments