Skip to content

Commit bc96a0c

Browse files
authored
Merge pull request #118 from roots/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 4fb41a0 + b0d45d0 commit bc96a0c

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
@@ -38,7 +38,7 @@ jobs:
3838
id: diff
3939

4040
# If index.js was different than expected, upload the expected version as an artifact
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v5
4242
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4343
with:
4444
name: dist

0 commit comments

Comments
 (0)