We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89640da commit b7ea352Copy full SHA for b7ea352
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build
18
run: uv build
19
- name: Upload source distribution
20
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
21
with:
22
name: build-output
23
path: "dist/*"
@@ -125,7 +125,7 @@ jobs:
125
uv pip install pytest
126
127
- name: Download wheel
128
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
129
130
131
path: dist/
@@ -145,7 +145,7 @@ jobs:
145
146
steps:
147
- name: Download artifacts
148
149
150
151
0 commit comments