Skip to content

Commit 2bcb242

Browse files
authored
Merge pull request #512 from actions/joshmgross/upload-artifact-update
Update usage of `actions/upload-artifact`
2 parents 4020e46 + a32a57a commit 2bcb242

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
@@ -35,7 +35,7 @@ jobs:
3535
id: diff
3636

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

0 commit comments

Comments
 (0)