File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 version : 1
3737 arch : x64
38- - uses : actions/cache@v1
38+ - uses : actions/cache@v4
3939 env :
4040 cache-name : cache-artifacts
4141 with :
8989 end;
9090 end'
9191
92- - uses : actions/upload-artifact@v2
92+ - uses : actions/upload-artifact@v3
9393 with :
9494 name : pr
9595 path : pr/
9898 needs : break
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@v2
101+ - uses : actions/checkout@v4
102102
103- - uses : actions/download-artifact@v2
103+ - uses : actions/download-artifact@v3
104104 with :
105105 name : pr
106106 path : pr/
@@ -131,7 +131,7 @@ jobs:
131131 fi
132132 done >> MSG
133133
134- - uses : actions/upload-artifact@v2
134+ - uses : actions/upload-artifact@v4
135135 with :
136136 name : pr
137137 path : pr/
You can’t perform that action at this time.
0 commit comments