Skip to content

Commit 443ba54

Browse files
committed
update dependencies to fix cicd
1 parent 0068f89 commit 443ba54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Upload test results
5252
if: failure()
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: coverage-test-failures
5656
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)