We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 899ec16 + 159e069 commit 6251486Copy full SHA for 6251486
.github/workflows/check-dist.yml
@@ -48,7 +48,7 @@ jobs:
48
id: diff
49
50
# If index.js was different than expected, upload the expected version as an artifact
51
- - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v3
+ - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
52
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
53
with:
54
name: dist
0 commit comments