Skip to content

Commit 2fc738d

Browse files
chore(deps): update actions/upload-artifact action to v4 (#824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7706269 commit 2fc738d

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
if: failure()
117117
shell: bash
118118
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
119-
- uses: actions/upload-artifact@v3
119+
- uses: actions/upload-artifact@v4
120120
if: failure()
121121
with:
122122
name: test-failure-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}

0 commit comments

Comments
 (0)