We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f618f8 + fc8fb9f commit b021f97Copy full SHA for b021f97
1 file changed
.github/workflows/autobuild.yml
@@ -379,7 +379,7 @@ jobs:
379
- name: Upload Artifact 1 to Job
380
# Every build job has at least one artifact. Therefore, no `if` here.
381
# If the artifact is missing, this should fail.
382
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
383
with:
384
name: ${{ steps.get-artifacts.outputs.artifact_1 }}
385
path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
@@ -388,7 +388,7 @@ jobs:
388
389
- name: Upload Artifact 2 to Job
390
if: steps.get-artifacts.outputs.artifact_2
391
392
393
name: ${{ steps.get-artifacts.outputs.artifact_2 }}
394
path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}
0 commit comments