Skip to content

Commit 8b88deb

Browse files
authored
Merge pull request #190 from babbel/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 54a782d + 1bc1b70 commit 8b88deb

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
@@ -45,7 +45,7 @@ jobs:
4545
id: diff
4646

4747
# If index.js was different than expected, upload the expected version as an artifact for debugging purposes
48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v5
4949
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5050
with:
5151
name: dist

0 commit comments

Comments
 (0)