Skip to content

Commit

Permalink
Use latest actions, add token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 20, 2024
1 parent 4b83515 commit 8c437e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -31,4 +31,6 @@ jobs:
flake8 .
python -m coverage combine
python -m coverage xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8c437e6

Please sign in to comment.