Skip to content

Commit

Permalink
chore(ci): upgrade to v5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent 880d3fd commit 98f0827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-test-upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5.0.0-beta
with:
submodules: true
fetch-depth: 2
Expand All @@ -32,7 +32,7 @@ jobs:
pytest --cov --junitxml=3.12junit.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5.0.0-beta
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 98f0827

Please sign in to comment.