File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 sccache : " true"
4848
4949 - name : Upload wheels
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : wheels
5353 path : target/wheels/stat*.whl
@@ -184,19 +184,19 @@ jobs:
184184 cargo generate-rpm -p client --target=${{ matrix.platform.target }}
185185
186186 - name : Upload wheels
187- uses : actions/upload-artifact@v3
187+ uses : actions/upload-artifact@v4
188188 with :
189189 name : wheels
190190 path : target/wheels/stat*.whl
191191 if-no-files-found : error
192192 - name : Upload deb artifacts
193- uses : actions/upload-artifact@v3
193+ uses : actions/upload-artifact@v4
194194 with :
195195 name : ${{ matrix.platform.target }}-deb
196196 path : target/${{ matrix.platform.target }}/debian/stat*.deb
197197 if-no-files-found : error
198198 - name : Upload RPM artifacts
199- uses : actions/upload-artifact@v3
199+ uses : actions/upload-artifact@v4
200200 with :
201201 name : ${{ matrix.platform.target }}-rpm
202202 path : target/${{ matrix.platform.target }}/generate-rpm/stat*.rpm
@@ -448,7 +448,7 @@ jobs:
448448 if : startsWith(github.ref, 'refs/tags/')
449449 needs : [linux, macos]
450450 steps :
451- - uses : actions/download-artifact@v3
451+ - uses : actions/download-artifact@v5
452452 with :
453453 name : wheels
454454 - uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments