We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9fd8c commit eb42ffbCopy full SHA for eb42ffb
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
run: hatch build
99
100
- name: Upload Sdist and Wheel to GitHub
101
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
102
with:
103
name: dist
104
path: "dist/*"
@@ -114,7 +114,7 @@ jobs:
114
runs-on: ubuntu-24.04
115
steps:
116
- name: Download Sdist and Wheel from GitHub
117
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
118
119
120
path: "dist"
0 commit comments