Skip to content

Commit 2110746

Browse files
[deps]: Update actions/upload-artifact action to v5
1 parent 58157ca commit 2110746

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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 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)