We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ca571 commit 1d87690Copy full SHA for 1d87690
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
poetry run pytest --cov-report=xml:coverage.xml --cov-config=pyproject.toml --cov=src --cov-branch tests
98
poetry run mypy src/ > mypy-report.txt || true
99
- name: Upload coverage artifacts
100
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
101
with:
102
name: coverage-reports
103
path: |
0 commit comments