File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- os : ubuntu-latest
27
27
rid : android-arm64-v8a
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- uses : actions/setup-dotnet@v1
31
31
with :
32
32
dotnet-version : ' 3.1.x'
41
41
- run : |
42
42
mkdir tmp
43
43
cp -r VisualPinball.Engine.PinMAME.Unity/Plugins/${{ matrix.rid }} tmp
44
- - uses : actions/upload-artifact@v2
44
+ - uses : actions/upload-artifact@v3
45
45
with :
46
46
name : Plugins
47
47
path : tmp
Original file line number Diff line number Diff line change 7
7
registry :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
- uses : dawidd6/action-download-artifact@v2
12
12
with :
13
13
workflow : build
Original file line number Diff line number Diff line change 7
7
release :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Fetch next version
You can’t perform that action at this time.
0 commit comments