Skip to content

Commit 5058d0d

Browse files
authored
Merge pull request #67 from ppfeufer/dependabot/github_actions/master/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 34f493b + 8ffc305 commit 5058d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
matrix.django-version == '4.0'
120120
)
121121
}}
122-
uses: codecov/codecov-action@v3
122+
uses: codecov/codecov-action@v4
123123
with:
124124
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
125125
files: coverage.xml # optional

0 commit comments

Comments
 (0)