File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 pkgversion : [latest, stable]
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222
2323 # Install Julia
24- - uses : julia-actions/setup-julia@v1
24+ - uses : julia-actions/setup-julia@v2
2525 with :
26- version : 1
26+ version : ' 1 '
2727 arch : x64
28- - uses : actions/cache@v1
28+ - uses : actions/cache@v3
2929 env :
3030 cache-name : cache-artifacts
3131 with :
7979 end;
8080 end'
8181
82- - uses : actions/upload-artifact@v2
82+ - uses : actions/upload-artifact@v3
8383 with :
8484 name : pr
8585 path : pr/
8888 needs : break
8989 runs-on : ubuntu-latest
9090 steps :
91- - uses : actions/checkout@v2
91+ - uses : actions/checkout@v4
9292
93- - uses : actions/download-artifact@v2
93+ - uses : actions/download-artifact@v3
9494 with :
9595 name : pr
9696 path : pr/
@@ -121,7 +121,7 @@ jobs:
121121 fi
122122 done >> MSG
123123
124- - uses : actions/upload-artifact@v2
124+ - uses : actions/upload-artifact@v3
125125 with :
126126 name : pr
127127 path : pr/
You can’t perform that action at this time.
0 commit comments