Skip to content

Commit f7b8b15

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 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@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

0 commit comments

Comments
 (0)