Skip to content

Commit 319d523

Browse files
authored
Merge pull request #47 from github/dependabot/github_actions/github-actions-a1cff6d793
Bump actions/upload-artifact from 4.4.0 to 4.4.3 in the github-actions group
2 parents 36e621c + 6e22056 commit 319d523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: diff
4040

4141
# If index.js was different than expected, upload the expected version as an artifact
42-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4.4.0
42+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4.4.3
4343
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4444
with:
4545
name: dist

0 commit comments

Comments
 (0)