Skip to content

Commit 7398bed

Browse files
Update actions/upload-artifact action to v7
1 parent ddac3c7 commit 7398bed

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@v5
41+
- uses: actions/upload-artifact@v7
4242
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4343
with:
4444
name: dist

0 commit comments

Comments
 (0)