Skip to content

Commit

Permalink
Update industrial_ci_action.yml
Browse files Browse the repository at this point in the history
fix node16 deprecation
  • Loading branch information
mosfet80 committed May 15, 2024
1 parent 6a23ed2 commit a39af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
name: test-results
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: ${{ matrix.env.CCOV_UPLOAD }}
with:
files: ${{ env.BASEDIR }}/coverage.info

0 comments on commit a39af1d

Please sign in to comment.