We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c42d4 commit 6c976d1Copy full SHA for 6c976d1
.github/workflows/release.yaml
@@ -34,4 +34,4 @@ jobs:
34
file_glob: true
35
36
- name: Publish
37
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.3
.github/workflows/test.yaml
@@ -145,7 +145,7 @@ jobs:
145
- name: Create coverage XML report
146
run: |
147
hatch run xml
148
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
149
with:
150
fail_ci_if_error: true
151
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments