File tree 11 files changed +15
-15
lines changed
11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout sources
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Install Rust
30
30
run : |
57
57
working-directory : contracts/cosmwasm-vm
58
58
steps :
59
59
- name : Checkout sources
60
- uses : actions/checkout@v3
60
+ uses : actions/checkout@v4
61
61
62
62
- name : Install Rust
63
63
run : |
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
23
- name : Javascore contracts coverage
Original file line number Diff line number Diff line change 27
27
CARGO_TERM_COLOR : always
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
submodules : true
33
33
- name : Install Rust
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout sources
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
submodules : true
21
21
Original file line number Diff line number Diff line change 19
19
steps :
20
20
# Clone
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
# Install and setup go
25
25
- name : Set up Go 1.19
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
23
Original file line number Diff line number Diff line change 19
19
PRODUCT_VERSION : latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
- name : Set up Go 1.21
24
24
uses : actions/setup-go@v4
25
25
with :
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout sources
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
submodules : true
40
40
- name : Install stable toolchain
54
54
cd artifacts/archway && zip -r ../../cosmwasm-contracts.zip . -j
55
55
56
56
- name : Upload Artifacts
57
- uses : actions/upload-artifact@v3
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : cosmwasm-contracts
60
60
path : cosmwasm-contracts.zip
@@ -71,13 +71,13 @@ jobs:
71
71
echo «::set-output name=date::$(date +'%Y-%m-%d')»
72
72
echo «::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)»
73
73
- name : Download Javascore Artifacts
74
- uses : actions/download-artifact@v2
74
+ uses : actions/download-artifact@v4
75
75
with :
76
76
name : javascore-contracts
77
77
path : javascore-contracts
78
78
79
79
- name : Download Cosmwasm Artifacts
80
- uses : actions/download-artifact@v2
80
+ uses : actions/download-artifact@v4
81
81
with :
82
82
name : cosmwasm-contracts
83
83
path : cosmwasm-contracts
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
contents : write
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : ' 0'
24
24
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 35
35
contents : read
36
36
id-token : write
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- name : configureawscredentials
41
41
uses : aws-actions/configure-aws-credentials@v4
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
submodules : true
17
17
You can’t perform that action at this time.
0 commit comments