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 39b796b commit fe56cc7Copy full SHA for fe56cc7
.github/workflows/pythonpackage.yml
@@ -55,7 +55,7 @@ jobs:
55
run: pipx run build
56
- name: Check distributions
57
run: pipx run twine check dist/*
58
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
59
with:
60
name: dist
61
path: dist/
@@ -82,7 +82,7 @@ jobs:
82
- uses: actions/checkout@v4
83
if: matrix.install == 'repo' || matrix.install == 'editable'
84
- name: Fetch packages
85
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
86
87
88
0 commit comments