File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4848 mkdir tarballs
4949 mv *.tar.gz tarballs
5050 - name : Upload tarball artifact
51- uses : actions/upload-artifact@v1
51+ uses : actions/upload-artifact@v2
5252 with :
5353 name : tarballs
5454 path : tarballs
6868 - name : Environment Information
6969 run : npx envinfo
7070 - name : Download tarball
71- uses : actions/download-artifact@v1
71+ uses : actions/download-artifact@v2
7272 with :
7373 name : tarballs
74+ path : tarballs
7475 - name : Extract tarball
7576 run : |
7677 tar xzf tarballs/*.tar.gz -C $RUNNER_TEMP
Original file line number Diff line number Diff line change 88 if : github.repository == 'nodejs/node'
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/stale@v3
11+ - uses : actions/stale@v4
1212 with :
1313 repo-token : ${{ secrets.GITHUB_TOKEN }}
1414 days-before-close : 30
Original file line number Diff line number Diff line change 2929 run : npx envinfo
3030 - name : Build
3131 run : NODE=$(command -v node) make doc-only
32- - uses : actions/upload-artifact@v1
32+ - uses : actions/upload-artifact@v2
3333 with :
3434 name : docs
3535 path : out/doc
You can’t perform that action at this time.
0 commit comments