File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - 16.x
1919 - 18.x
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v1
23+ uses : actions/setup-node@v4
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 - run : npm ci
2929 - run : npm run build
3030 - name : Save build
3131 if : matrix.node-version == '18.x'
32- uses : actions/upload-artifact@v2
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : build
3535 path : |
4242 runs-on : ubuntu-latest
4343 if : github.ref == 'refs/heads/main'
4444 steps :
45- - uses : actions/download-artifact@v2
45+ - uses : actions/download-artifact@v4
4646 with :
4747 name : build
4848 - run : rm .gitignore
@@ -55,10 +55,10 @@ jobs:
5555 needs : build
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/download-artifact@v2
58+ - uses : actions/download-artifact@v4
5959 with :
6060 name : build
61- - uses : actions/setup-node@v1
61+ - uses : actions/setup-node@v4
6262 with :
6363 node-version : 18.x
6464 - uses : rlespinasse/github-slug-action@v3.x
You can’t perform that action at this time.
0 commit comments