Skip to content

Commit b0d45d0

Browse files
Update actions/upload-artifact action to v5
1 parent 4fb41a0 commit b0d45d0

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)