We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5d7be commit d669d2aCopy full SHA for d669d2a
project/.github/workflows/build.yaml.jinja
@@ -71,7 +71,7 @@ jobs:
71
run: poetry build
72
73
- name: Upload dist
74
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
75
{% raw %}with:
76
name: ${{ github.event.repository.name }}-${{ runner.os }}-${{ matrix.python-version }}-${{ github.sha }}
77
path: dist/
@@ -98,7 +98,7 @@ jobs:
98
if: ${{ always() }}{% endraw %}
99
100
- name: Upload test coverage
101
102
103
name: pytest-coverage-${{ runner.os }}-${{ matrix.python-version }}
104
path: code-coverage-results.md
0 commit comments