We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de7f0bf + b3feebb commit 1cf90fbCopy full SHA for 1cf90fb
.github/workflows/check-dist.yml
@@ -50,7 +50,7 @@ jobs:
50
id: diff
51
52
# If index.js was different than expected, upload the expected version as an artifact
53
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
54
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
55
with:
56
name: dist
.github/workflows/compile-dependabot-updates.yml
@@ -30,7 +30,7 @@ jobs:
30
run: npm run build && npm run package
31
32
- name: Upload build artifacts
33
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
34
35
36
path: dist/
0 commit comments