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.
2 parents 1988bba + fe56cc7 commit c72116aCopy full SHA for c72116a
.github/workflows/pythonpackage.yml
@@ -57,7 +57,7 @@ jobs:
57
run: pipx run build
58
- name: Check distributions
59
run: pipx run twine check dist/*
60
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
61
with:
62
name: dist
63
path: dist/
@@ -85,7 +85,7 @@ jobs:
85
- uses: actions/checkout@v4
86
if: matrix.install == 'repo' || matrix.install == 'editable'
87
- name: Fetch packages
88
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
89
90
91
0 commit comments