Skip to content

Commit ae7a3c0

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent c4f8535 commit ae7a3c0

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@v6
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)