Skip to content

Commit 46218fd

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#93)
1 parent 049c241 commit 46218fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
id: diff
102102

103103
# If index.js was different than expected, upload the expected version as an artifact
104-
- uses: actions/upload-artifact@v4
104+
- uses: actions/upload-artifact@v5
105105
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
106106
with:
107107
name: dist

0 commit comments

Comments
 (0)