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 5a62bba commit 5aca5d7Copy full SHA for 5aca5d7
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
if: failure()
137
shell: bash
138
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
139
- - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
140
141
with:
142
name: test-failure-${{github.run_id}}-os_${{ matrix.os }}-node_${{ matrix.node }}-vite_${{ matrix.vite }}-svelte_${{matrix.svelte}}
0 commit comments