Skip to content

Commit 90e9990

Browse files
chore(deps): update github artifact actions
1 parent 15b26ef commit 90e9990

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sccache: "true"
4848

4949
- name: Upload wheels
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: wheels
5353
path: target/wheels/stat*.whl
@@ -75,7 +75,7 @@ jobs:
7575
target/${{ matrix.platform.target }}/release/stat_server
7676
target/${{ matrix.platform.target }}/release/stat_client
7777
78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v5
7979
with:
8080
name: ServerStatusRust-${{ matrix.platform.target }}
8181
path: |
@@ -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@v5
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@v5
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@v5
200200
with:
201201
name: ${{ matrix.platform.target }}-rpm
202202
path: target/${{ matrix.platform.target }}/generate-rpm/stat*.rpm
@@ -225,7 +225,7 @@ jobs:
225225
target/${{ matrix.platform.target }}/release/stat_server
226226
target/${{ matrix.platform.target }}/release/stat_client
227227
228-
- uses: actions/upload-artifact@v4
228+
- uses: actions/upload-artifact@v5
229229
with:
230230
name: ServerStatusRust-${{ matrix.platform.target }}
231231
path: |
@@ -373,7 +373,7 @@ jobs:
373373
target/${{ matrix.platform.target }}/release/stat_server${{matrix.platform.suffix}}
374374
target/${{ matrix.platform.target }}/release/stat_client${{matrix.platform.suffix}}
375375
376-
- uses: actions/upload-artifact@v4
376+
- uses: actions/upload-artifact@v5
377377
with:
378378
name: ServerStatus-${{ matrix.platform.target }}
379379
path: |
@@ -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@v6
452452
with:
453453
name: wheels
454454
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)