Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed May 16, 2024
1 parent 670411e commit 3774b31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
arch: amd64
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.18.0
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
if: runner.os == 'Windows'
run: |
pip install --no-index --find-links $env:GITHUB_WORKSPACE\dist pycdfpp
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: run tests
run: |
pip install ddt requests
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
pyenv local ${{ matrix.python-version }}
python3 -m pip install --break-system-packages --no-index --find-links $GITHUB_WORKSPACE/dist pycdfpp
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: run tests
run: |
pyenv local ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build an tests with coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
Expand All @@ -28,7 +28,7 @@ jobs:
lcov --remove coverage.info '*/catch.hpp' --output-file coverage.info
lcov --list coverage.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.info
Expand Down

0 comments on commit 3774b31

Please sign in to comment.