Skip to content

Commit 397aa7e

Browse files
committed
chore: bump github actions deps
1 parent 342c8c4 commit 397aa7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
cd target/${{ matrix.target }}/release/
3939
tar czvf "vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}".tar.gz \
4040
vault-mgmt
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
4444
path: target/${{ matrix.target }}/release/vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
4545
- name: Releasing release versions
46-
uses: softprops/action-gh-release@v1
46+
uses: softprops/action-gh-release@v2
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
files: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: cargo test
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: dtolnay/rust-toolchain@stable
1111
- uses: Swatinem/rust-cache@v2
1212
- run: cargo test --all-features

0 commit comments

Comments
 (0)