Skip to content

Commit

Permalink
Use latest actions and codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 27, 2024
1 parent 9583d22 commit b742eb3
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 @@ -30,4 +30,6 @@ jobs:
scons coverage=true python=$(which python) test
flake8 .
python -m coverage combine && python -m coverage xml && python -m coverage erase
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b742eb3

Please sign in to comment.