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 27c2198 commit 43d4fc5Copy full SHA for 43d4fc5
.github/workflows/pre-commit.yml
@@ -34,7 +34,7 @@ jobs:
34
run: git diff > ~/pre-commit.patch
35
- name: Upload patch
36
if: failure()
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
with:
39
name: patch
40
path: ~/pre-commit.patch
.github/workflows/wheels.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Check metadata
29
run: pipx run twine check dist/*
30
31
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
32
33
name: sdist
path: dist/*.tar.gz
@@ -60,7 +60,7 @@ jobs:
60
shell: bash
61
62
- name: Upload wheels
63
64
65
name: wheel-${{ matrix.os }}${{ matrix.artifact-extra }}
66
path: wheelhouse/*.whl
0 commit comments