Skip to content

Commit

Permalink
Merge pull request #1473 from SteamRE/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
yaakov-h authored Nov 18, 2024
2 parents 9609ff1 + fe0283d commit 83aa9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/steamkit2-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
/p:Exclude="[SteamKit2]SteamKit2*Internal*"
- name: Upload test coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: matrix.configuration == 'Debug'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 83aa9d7

Please sign in to comment.