Skip to content

Commit 36ab181

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 7527524 commit 36ab181

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
@@ -144,7 +144,7 @@ jobs:
144144
if: failure()
145145
shell: bash
146146
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
147-
- uses: actions/upload-artifact@v4
147+
- uses: actions/upload-artifact@v5
148148
if: failure()
149149
with:
150150
name: test-failure-${{github.run_id}}-os_${{ matrix.os }}-node_${{ matrix.node }}-vite_${{ matrix.vite }}-svelte_${{matrix.svelte}}

0 commit comments

Comments
 (0)