Skip to content

Commit 65219d1

Browse files
chore(deps): update actions/upload-artifact action to v3 (#296)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2cfb2b9 commit 65219d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: failure()
8282
shell: bash
8383
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
84-
- uses: actions/upload-artifact@v2
84+
- uses: actions/upload-artifact@v3
8585
if: failure()
8686
with:
8787
name: test-failure-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}
@@ -92,7 +92,7 @@ jobs:
9292
temp/build/jest-results.json
9393
temp/build/junit.xml
9494
pnpm-debug.log
95-
- uses: actions/upload-artifact@v2
95+
- uses: actions/upload-artifact@v3
9696
if: success()
9797
with:
9898
name: test-success-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}

0 commit comments

Comments
 (0)