Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent 03b626d commit 7a4e01d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sccache: "true"

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: target/wheels/stat*.whl
Expand Down Expand Up @@ -184,19 +184,19 @@ jobs:
cargo generate-rpm -p client --target=${{ matrix.platform.target }}
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: target/wheels/stat*.whl
if-no-files-found: error
- name: Upload deb artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.target }}-deb
path: target/${{ matrix.platform.target }}/debian/stat*.deb
if-no-files-found: error
- name: Upload RPM artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.target }}-rpm
path: target/${{ matrix.platform.target }}/generate-rpm/stat*.rpm
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
needs: [linux, macos]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 7a4e01d

Please sign in to comment.