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,10 +10,10 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Download Everest stripped lib
16
- uses : robinraju/release-downloader@v1.5
16
+ uses : robinraju/release-downloader@v1
17
17
with :
18
18
repository : EverestAPI/Everest
19
19
latest : true
23
23
run : unzip lib-stripped.zip
24
24
25
25
- name : Setup .NET Core
26
- uses : actions/setup-dotnet@v2
26
+ uses : actions/setup-dotnet@v4
27
27
with :
28
28
dotnet-version : 7.0.x
29
29
36
36
CELESTEPREFIX : ${{ github.workspace }}/lib-stripped
37
37
38
38
- name : Upload build
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : bin
42
42
path : Code/bin/Debug/net7.0
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
release :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Download Everest stripped lib
17
- uses : robinraju/release-downloader@v1.5
17
+ uses : robinraju/release-downloader@v1
18
18
with :
19
19
repository : EverestAPI/Everest
20
20
latest : true
24
24
run : unzip lib-stripped.zip
25
25
26
26
- name : Setup .NET Core
27
- uses : actions/setup-dotnet@v2
27
+ uses : actions/setup-dotnet@v4
28
28
with :
29
29
dotnet-version : 7.0.x
30
30
37
37
CELESTEPREFIX : ${{ github.workspace }}/lib-stripped
38
38
39
39
- name : Upload ZIP
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : VortexHelper
43
43
path : |
You can’t perform that action at this time.
0 commit comments