Skip to content

Commit

Permalink
actions/upload-artifact v4 -> v3, codecov/codecov-action v4 -> v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Feb 6, 2025
1 parent f0f28a0 commit 709accb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
cd build/svMultiPhysics-build
make coverage
- name: Save coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage_report
path: build/svMultiPhysics-build/coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 709accb

Please sign in to comment.