Skip to content

Commit 8cce359

Browse files
committed
327 update actions/upload-artifacts to v4 due to v3 deprecation
1 parent c61f7d1 commit 8cce359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-on-PR.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload test results
4444
if: failure()
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: coverage-test-failures
4848
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)