Skip to content

Commit

Permalink
Merge pull request #266 from BrillouinMicroscopy/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
raimund-schluessler authored Nov 1, 2024
2 parents 44ebc0b + 393689d commit 18bd86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_main_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
flake8 --exclude _version.py .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

- name: Create app and check if it runs (macOS)
if: runner.os == 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_stable_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
flake8 --exclude _version.py .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

- name: Create app and check if it runs (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 18bd86f

Please sign in to comment.