Skip to content

Commit 59f6658

Browse files
authored
Merge pull request #303 from 8BitJonny/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents 4a1a5c0 + 10d2dbb commit 59f6658

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
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
id: diff
4242
# If index.js was different than expected, upload the expected version as an artifact
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4545
with:
4646
name: dist

0 commit comments

Comments
 (0)