Skip to content

Commit 1c0e62d

Browse files
committed
fix: artifact upload version
1 parent 51c5cf4 commit 1c0e62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
npm run compile && npm run test:coverage
4848
- name: Upload test results
4949
if: always()
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: test-results-${{ matrix.os }}
5353
path: test-results/
5454

5555
- name: Upload coverage results
5656
if: always()
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: coverage-${{ matrix.os }}
6060
path: |

0 commit comments

Comments
 (0)