Skip to content

Commit 5536199

Browse files
committed
github actions: update cache and upload-artifact actions
1 parent 6b26e1c commit 5536199

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
sudo chmod a+rw /var/run/libvirt/libvirt-sock
7878
7979
- name: Cache Vagrant boxes
80-
uses: actions/cache@v2
80+
uses: actions/cache@v3
8181
with:
8282
path: ~/.vagrant.d/boxes
8383
key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
@@ -125,7 +125,7 @@ jobs:
125125
twine check dist/*
126126
127127
- name: Upload artifacts
128-
uses: actions/upload-artifact@v2
128+
uses: actions/upload-artifact@v3
129129
with:
130130
name: dist-pure
131131
path: dist
@@ -152,7 +152,7 @@ jobs:
152152
args: ./build-wheels.sh manylinux_2_12_x86_64
153153

154154
- name: Upload artifacts
155-
uses: actions/upload-artifact@v2
155+
uses: actions/upload-artifact@v3
156156
with:
157157
name: wheelhouse-manylinux_2_12_x86_64
158158
path: wheelhouse
@@ -177,7 +177,7 @@ jobs:
177177
args: linux32 ./build-wheels.sh manylinux_2_12_i686
178178

179179
- name: Upload artifacts
180-
uses: actions/upload-artifact@v2
180+
uses: actions/upload-artifact@v3
181181
with:
182182
name: wheelhouse-manylinux_2_12_i686
183183
path: wheelhouse
@@ -202,7 +202,7 @@ jobs:
202202
args: ./build-wheels.sh manylinux_2_17_x86_64
203203

204204
- name: Upload artifacts
205-
uses: actions/upload-artifact@v2
205+
uses: actions/upload-artifact@v3
206206
with:
207207
name: wheelhouse-manylinux_2_17_x86_64
208208
path: wheelhouse
@@ -227,7 +227,7 @@ jobs:
227227
args: linux32 ./build-wheels.sh manylinux_2_17_i686
228228

229229
- name: Upload artifacts
230-
uses: actions/upload-artifact@v2
230+
uses: actions/upload-artifact@v3
231231
with:
232232
name: wheelhouse-manylinux_2_17_i686
233233
path: wheelhouse
@@ -252,7 +252,7 @@ jobs:
252252
args: ./build-wheels.sh manylinux_2_28_x86_64
253253

254254
- name: Upload artifacts
255-
uses: actions/upload-artifact@v2
255+
uses: actions/upload-artifact@v3
256256
with:
257257
name: wheelhouse-manylinux_2_28_x86_64
258258
path: wheelhouse

0 commit comments

Comments
 (0)