File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
10
10
build :
11
11
name : Generate ROA
12
12
if : " github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-22 .04
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
path : generated
21
21
ssh-key : ${{ secrets.DEPLOY_KEY }}
22
22
repository : NeoCloud/NeoNetwork-ROA
23
23
24
- - uses : actions/setup-python@v2
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : 3.x
27
27
architecture : x64
34
34
35
35
- run : scripts/push-to-roa.sh
36
36
37
- - uses : actions/upload-artifact@v2
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : generated
40
40
path : generated
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Generate ROA
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
12
12
outputs :
13
13
generate_roa : ${{ steps.generate_roa.outputs.base64 }}
38
38
repository : NeoCloud/NeoNetwork-ROA
39
39
path : generated
40
40
41
- - uses : actions/setup-python@v2
41
+ - uses : actions/setup-python@v5
42
42
with :
43
43
python-version : 3.x
44
44
architecture : x64
58
58
59
59
- run : git -C generated diff README.md
60
60
61
- - uses : actions/upload-artifact@v2
61
+ - uses : actions/upload-artifact@v4
62
62
with :
63
63
name : generated
64
64
path : generated
You can’t perform that action at this time.
0 commit comments