We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ae7da + 698e90d commit 113fe21Copy full SHA for 113fe21
.github/workflows/package-check.yml
@@ -41,7 +41,7 @@ jobs:
41
id: diff
42
43
# If index.js was different than expected, upload the expected version as an artifact
44
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # [email protected].0
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # [email protected].1
45
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
46
with:
47
name: dist
0 commit comments