We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed519f4 commit 273a2bfCopy full SHA for 273a2bf
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
fail_ci_if_error: true
49
files: .coverage.${{ steps.pyenv.outputs.value }}.xml
50
51
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
52
if: matrix.python-version == '2.7' || matrix.python-version == '3.8'
53
with:
54
name: dist-${{ matrix.python-version }}
0 commit comments