We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ba91c5 + e78424e commit 2db7bccCopy full SHA for 2db7bcc
1 file changed
.github/workflows/autobuild.yml
@@ -389,7 +389,7 @@ jobs:
389
- name: Upload Artifact 1 to Job
390
# Every build job has at least one artifact. Therefore, no `if` here.
391
# If the artifact is missing, this should fail.
392
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
393
with:
394
name: ${{ steps.get-artifacts.outputs.artifact_1 }}
395
path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
@@ -398,7 +398,7 @@ jobs:
398
399
- name: Upload Artifact 2 to Job
400
if: steps.get-artifacts.outputs.artifact_2
401
402
403
name: ${{ steps.get-artifacts.outputs.artifact_2 }}
404
path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}
0 commit comments