Skip to content

Commit

Permalink
chore: bump github actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris committed May 1, 2024
1 parent 342c8c4 commit 397aa7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
cd target/${{ matrix.target }}/release/
tar czvf "vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}".tar.gz \
vault-mgmt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
path: target/${{ matrix.target }}/release/vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
- name: Releasing release versions
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features

0 comments on commit 397aa7e

Please sign in to comment.