Skip to content

Commit 5afd1ef

Browse files
[deps]: Update actions/upload-artifact action to v5
1 parent 7bde6d1 commit 5afd1ef

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
@@ -49,7 +49,7 @@ jobs:
4949
5050
# If index.js was different than expected, upload the expected version as an artifact
5151
- name: Upload artifact
52-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
52+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
5353
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5454
with:
5555
name: dist

0 commit comments

Comments
 (0)