Skip to content

Commit 3f4a051

Browse files
authored
Merge pull request #3142 from astropy/dependabot/github_actions/actions-1bc14e4043
Bump codecov/codecov-action from 4.6.0 to 5.0.7 in the actions group
2 parents cf5a896 + 82c82a9 commit 3f4a051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_devtests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5858
- name: Upload coverage to codecov
5959
if: contains(matrix.toxenv,'-cov')
60-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
60+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
6161
with:
6262
file: ./coverage.xml

.github/workflows/ci_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
7070
- name: Upload coverage to codecov
7171
if: contains(matrix.toxenv,'-cov')
72-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
72+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
7373
with:
7474
file: ./coverage.xml
7575

0 commit comments

Comments
 (0)