We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ef94b commit 1ce19e4Copy full SHA for 1ce19e4
.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
30
# `tests`, `pypi-publish`, and `docker-publish` will use the same
31
# pre-built distributions, so we make sure to release the exact
32
# same package that was tested
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: python-distribution-files
36
path: dist/
0 commit comments