Skip to content

Commit

Permalink
update gh action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast authored Aug 9, 2024
1 parent db451fb commit 478ca81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testMaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: test_Maps ${{ matrix.os }} ${{ matrix.python-version }}
steps:
# checkout repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# install miniconda environment

- uses: mamba-org/setup-micromamba@v1
Expand All @@ -42,7 +42,7 @@ jobs:
name: code-coverage-report
path: img_comparison_results
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
env_vars: ${{ matrix.os }}, ${{ matrix.python-version }}
name: maps_coverage
Expand Down

0 comments on commit 478ca81

Please sign in to comment.