We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36e621c + 6e22056 commit 319d523Copy full SHA for 319d523
.github/workflows/package-check.yml
@@ -39,7 +39,7 @@ jobs:
39
id: diff
40
41
# If index.js was different than expected, upload the expected version as an artifact
42
- - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4.4.0
+ - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4.4.3
43
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
44
with:
45
name: dist
0 commit comments