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 @@ -384,7 +384,7 @@ jobs:
384384 - name : Upload Artifact 1 to Job
385385 # Every build job has at least one artifact. Therefore, no `if` here.
386386 # If the artifact is missing, this should fail.
387- uses : actions/upload-artifact@v4
387+ uses : actions/upload-artifact@v6
388388 with :
389389 name : ${{ steps.get-artifacts.outputs.artifact_1 }}
390390 path : deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
@@ -393,7 +393,7 @@ jobs:
393393
394394 - name : Upload Artifact 2 to Job
395395 if : steps.get-artifacts.outputs.artifact_2
396- uses : actions/upload-artifact@v4
396+ uses : actions/upload-artifact@v6
397397 with :
398398 name : ${{ steps.get-artifacts.outputs.artifact_2 }}
399399 path : deploy/${{ steps.get-artifacts.outputs.artifact_2 }}
You can’t perform that action at this time.
0 commit comments