Skip to content

Commit

Permalink
Merge pull request #7 from Moelf/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-4.3.1

Bump codecov/codecov-action from 4.3.0 to 4.3.1
  • Loading branch information
Moelf authored May 6, 2024
2 parents 11ec575 + d5d705f commit 2425e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- name: Upload coverage report
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Moelf/XXHashNative.jl

0 comments on commit 2425e30

Please sign in to comment.