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 @@ -379,7 +379,7 @@ jobs:
379379 - name : Upload Artifact 1 to Job
380380 # Every build job has at least one artifact. Therefore, no `if` here.
381381 # If the artifact is missing, this should fail.
382- uses : actions/upload-artifact@v3
382+ uses : actions/upload-artifact@v4
383383 with :
384384 name : ${{ steps.get-artifacts.outputs.artifact_1 }}
385385 path : deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
@@ -388,7 +388,7 @@ jobs:
388388
389389 - name : Upload Artifact 2 to Job
390390 if : steps.get-artifacts.outputs.artifact_2
391- uses : actions/upload-artifact@v3
391+ uses : actions/upload-artifact@v4
392392 with :
393393 name : ${{ steps.get-artifacts.outputs.artifact_2 }}
394394 path : deploy/${{ steps.get-artifacts.outputs.artifact_2 }}
You can’t perform that action at this time.
0 commit comments