Skip to content

Commit f7ae210

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#100)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b41dd6 commit f7ae210

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
@@ -116,7 +116,7 @@ jobs:
116116
id: diff
117117

118118
# If index.js was different than expected, upload the expected version as an artifact
119-
- uses: actions/upload-artifact@v5
119+
- uses: actions/upload-artifact@v6
120120
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
121121
with:
122122
name: dist

0 commit comments

Comments
 (0)