Skip to content

Commit

Permalink
hosting.md: recommend current codecov/codecov-action version (#2275)
Browse files Browse the repository at this point in the history
Version 1 is deprecated and may not even work anymore
  • Loading branch information
fingolfin authored Sep 20, 2023
1 parent fea343c commit 87ad0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ are uploaded to Codecov:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
```

## `docs/Project.toml`
Expand Down

0 comments on commit 87ad0c8

Please sign in to comment.