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 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout Source
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v4
1010 with :
1111 fetch-depth : 0
1212 submodules : true
13- - uses : actions/setup-node@v2
13+ - uses : actions/setup-node@v4
1414 with :
1515 node-version : " 14"
1616 - run : npm install
1919 uses : ./.github/actions/build
2020 - name : Upload
2121 if : github.ref == 'refs/heads/prod'
22- uses : actions/upload-artifact@v2
22+ uses : actions/upload-artifact@v4
2323 with :
2424 name : build
2525 path : |
@@ -38,12 +38,12 @@ jobs:
3838 if : github.ref == 'refs/heads/prod'
3939 steps :
4040 - name : Checkout Source
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v4
4242 with :
4343 ref : gh-pages
4444 fetch-depth : 0
4545 - name : Download
46- uses : actions/download-artifact@v2
46+ uses : actions/download-artifact@v4
4747 with :
4848 name : build
4949 path : .
You can’t perform that action at this time.
0 commit comments