Skip to content

Commit

Permalink
update to v4 of upload-artifact gha
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored Jan 7, 2025
1 parent 648f75f commit 567e88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-gtest-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
gcovr --exclude tests/ --cobertura coverage.xml
- name: save coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage.xml
path: coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-googletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ctest --test-dir build --parallel 16
- name: Upload log when tests failed
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: googletest-log-${{ matrix.os }}
Expand Down

0 comments on commit 567e88b

Please sign in to comment.