File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
cd target/${{ matrix.target }}/release/
39
39
tar czvf "vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}".tar.gz \
40
40
vault-mgmt
41
- - uses : actions/upload-artifact@v3
41
+ - uses : actions/upload-artifact@v4
42
42
with :
43
43
name : vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
44
44
path : target/${{ matrix.target }}/release/vault-mgmt-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
45
45
- name : Releasing release versions
46
- uses : softprops/action-gh-release@v1
46
+ uses : softprops/action-gh-release@v2
47
47
if : startsWith(github.ref, 'refs/tags/')
48
48
with :
49
49
files : |
Original file line number Diff line number Diff line change 6
6
name : cargo test
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- uses : dtolnay/rust-toolchain@stable
11
11
- uses : Swatinem/rust-cache@v2
12
12
- run : cargo test --all-features
You can’t perform that action at this time.
0 commit comments