Skip to content

Commit b7ea352

Browse files
committed
Update actions
1 parent 89640da commit b7ea352

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build
1818
run: uv build
1919
- name: Upload source distribution
20-
uses: actions/upload-artifact@v6
20+
uses: actions/upload-artifact@v7
2121
with:
2222
name: build-output
2323
path: "dist/*"
@@ -125,7 +125,7 @@ jobs:
125125
uv pip install pytest
126126
127127
- name: Download wheel
128-
uses: actions/download-artifact@v7
128+
uses: actions/download-artifact@v8
129129
with:
130130
name: build-output
131131
path: dist/
@@ -145,7 +145,7 @@ jobs:
145145

146146
steps:
147147
- name: Download artifacts
148-
uses: actions/download-artifact@v7
148+
uses: actions/download-artifact@v8
149149
with:
150150
name: build-output
151151
path: dist/

0 commit comments

Comments
 (0)