We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f8535 commit ae7a3c0Copy full SHA for ae7a3c0
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
if: failure()
145
shell: bash
146
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
147
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
148
149
with:
150
name: test-failure-${{github.run_id}}-os_${{ matrix.os }}-node_${{ matrix.node }}-vite_${{ matrix.vite }}-svelte_${{matrix.svelte}}
0 commit comments