Skip to content

Commit db30bc9

Browse files
Mesteerydanielleadams
authored andcommitted
build: update Actions versions
PR-URL: #40987 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 627b5bb commit db30bc9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build-tarball.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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
@@ -68,9 +68,10 @@ jobs:
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

.github/workflows/close-stalled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

.github/workflows/misc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)