Skip to content

Commit 016d349

Browse files
committed
chore: Updated github actions to upload-artifact@4
1 parent 835f6a7 commit 016d349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-build-test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: pytest pylace/tests
123123

124124
- name: Upload wheels
125-
uses: actions/upload-artifact@v3
125+
uses: actions/upload-artifact@v4
126126
with:
127127
name: wheels
128128
path: dist
@@ -166,7 +166,7 @@ jobs:
166166
run: pytest pylace/tests
167167

168168
- name: Upload wheels
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@v4
170170
with:
171171
name: wheels
172172
path: dist
@@ -211,7 +211,7 @@ jobs:
211211
run: pytest pylace/tests
212212

213213
- name: Upload wheels
214-
uses: actions/upload-artifact@v3
214+
uses: actions/upload-artifact@v4
215215
with:
216216
name: wheels
217217
path: dist

0 commit comments

Comments
 (0)