We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84f615 commit af62c34Copy full SHA for af62c34
.github/workflows/check-dist.yml
@@ -53,7 +53,7 @@ jobs:
53
# workflow artifact.
54
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
55
name: Upload Artifact
56
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
57
with:
58
name: dist
59
path: dist/
action.yml
@@ -187,7 +187,7 @@ runs:
187
188
- name: Upload artifacts
189
if: ${{ env.ENABLE_DEBUG_ARTIFACTS == 'true' || env.ENABLE_CACHE == 'true' }}
190
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
191
192
retention-days: 7
193
name: output
0 commit comments