Skip to content

Commit 6251486

Browse files
authored
Merge pull request #316 from bridgecrewio/dependabot/github_actions/actions/upload-artifact-4.2.0
Bump actions/upload-artifact from 4.0.0 to 4.2.0
2 parents 899ec16 + 159e069 commit 6251486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: diff
4949

5050
# If index.js was different than expected, upload the expected version as an artifact
51-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v3
51+
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
5252
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5353
with:
5454
name: dist

0 commit comments

Comments
 (0)