Skip to content

Commit

Permalink
Merge pull request #169 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.3 to 4.3.6
  • Loading branch information
GrantBirki authored Aug 12, 2024
2 parents fdd9f57 + 95b4d73 commit 0d332eb
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@65462800fd760344b1a7b4382951275a0abb4808 # [email protected].3
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # [email protected].6
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit 0d332eb

Please sign in to comment.