Skip to content

Commit c4a914b

Browse files
committed
chore: Upgrade GitHub Actions artifact actions to v4.
1 parent 6b95ec0 commit c4a914b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: maturin build --release --target ${{ matrix.target }} --out dist
153153

154154
- name: Upload Wheels
155-
uses: actions/upload-artifact@v3
155+
uses: actions/upload-artifact@v4
156156
with:
157157
name: wheels-${{ matrix.name }}
158158
path: dist/*.whl
@@ -173,7 +173,7 @@ jobs:
173173

174174
steps:
175175
- name: Download All Wheels
176-
uses: actions/download-artifact@v3
176+
uses: actions/download-artifact@v4
177177
with:
178178
path: dist
179179

0 commit comments

Comments
 (0)