|
47 | 47 | sccache: "true" |
48 | 48 |
|
49 | 49 | - name: Upload wheels |
50 | | - uses: actions/upload-artifact@v3 |
| 50 | + uses: actions/upload-artifact@v5 |
51 | 51 | with: |
52 | 52 | name: wheels |
53 | 53 | path: target/wheels/stat*.whl |
|
75 | 75 | target/${{ matrix.platform.target }}/release/stat_server |
76 | 76 | target/${{ matrix.platform.target }}/release/stat_client |
77 | 77 |
|
78 | | - - uses: actions/upload-artifact@v4 |
| 78 | + - uses: actions/upload-artifact@v5 |
79 | 79 | with: |
80 | 80 | name: ServerStatusRust-${{ matrix.platform.target }} |
81 | 81 | path: | |
@@ -184,19 +184,19 @@ jobs: |
184 | 184 | cargo generate-rpm -p client --target=${{ matrix.platform.target }} |
185 | 185 |
|
186 | 186 | - name: Upload wheels |
187 | | - uses: actions/upload-artifact@v3 |
| 187 | + uses: actions/upload-artifact@v5 |
188 | 188 | with: |
189 | 189 | name: wheels |
190 | 190 | path: target/wheels/stat*.whl |
191 | 191 | if-no-files-found: error |
192 | 192 | - name: Upload deb artifacts |
193 | | - uses: actions/upload-artifact@v3 |
| 193 | + uses: actions/upload-artifact@v5 |
194 | 194 | with: |
195 | 195 | name: ${{ matrix.platform.target }}-deb |
196 | 196 | path: target/${{ matrix.platform.target }}/debian/stat*.deb |
197 | 197 | if-no-files-found: error |
198 | 198 | - name: Upload RPM artifacts |
199 | | - uses: actions/upload-artifact@v3 |
| 199 | + uses: actions/upload-artifact@v5 |
200 | 200 | with: |
201 | 201 | name: ${{ matrix.platform.target }}-rpm |
202 | 202 | path: target/${{ matrix.platform.target }}/generate-rpm/stat*.rpm |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | target/${{ matrix.platform.target }}/release/stat_server |
226 | 226 | target/${{ matrix.platform.target }}/release/stat_client |
227 | 227 |
|
228 | | - - uses: actions/upload-artifact@v4 |
| 228 | + - uses: actions/upload-artifact@v5 |
229 | 229 | with: |
230 | 230 | name: ServerStatusRust-${{ matrix.platform.target }} |
231 | 231 | path: | |
@@ -373,7 +373,7 @@ jobs: |
373 | 373 | target/${{ matrix.platform.target }}/release/stat_server${{matrix.platform.suffix}} |
374 | 374 | target/${{ matrix.platform.target }}/release/stat_client${{matrix.platform.suffix}} |
375 | 375 |
|
376 | | - - uses: actions/upload-artifact@v4 |
| 376 | + - uses: actions/upload-artifact@v5 |
377 | 377 | with: |
378 | 378 | name: ServerStatus-${{ matrix.platform.target }} |
379 | 379 | path: | |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 | if: startsWith(github.ref, 'refs/tags/') |
449 | 449 | needs: [linux, macos] |
450 | 450 | steps: |
451 | | - - uses: actions/download-artifact@v3 |
| 451 | + - uses: actions/download-artifact@v6 |
452 | 452 | with: |
453 | 453 | name: wheels |
454 | 454 | - uses: actions/setup-python@v4 |
|
0 commit comments