We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6e4fca + 0062224 commit da62416Copy full SHA for da62416
.github/workflows/deploy.yml
@@ -120,7 +120,7 @@ jobs:
120
# Retention is normally 90 days, but this artifact is only for review
121
# and use in the next step, so no need to keep it for more than a day.
122
- name: Upload the artifact folder
123
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
124
if: ${{ success() }}
125
with:
126
name: deploy-artifact
0 commit comments