Skip to content

Commit

Permalink
Pin (and upgrade) immutable-eligible action actions/upload-artifact t…
Browse files Browse the repository at this point in the history
…o their semantic versions
  • Loading branch information
mrecachinas committed Nov 15, 2024
1 parent 2909f40 commit 8156cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # [email protected]
- uses: actions/upload-artifact@4.4.3
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit 8156cdd

Please sign in to comment.