Skip to content

Commit 759b6b9

Browse files
authored
Merge pull request #328 from USEPA/327-update-actions-upload-artifacts-to-v4
327 update actions/upload-artifacts to v4 due to v3 deprecation
2 parents c61f7d1 + 8cce359 commit 759b6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)