Skip to content

Commit d8d33b4

Browse files
committed
Use upload-artifact version 4
1 parent 7510927 commit d8d33b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

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

0 commit comments

Comments
 (0)