| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 627b5bb commit db30bc9
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,7 +48,7 @@ jobs: | |||
| 48 | 48 | mkdir tarballs | |
| 49 | 49 | mv *.tar.gz tarballs | |
| 50 | 50 | - name: Upload tarball artifact | |
| 51 | - uses: actions/upload-artifact@v1 | ||
| 51 | + uses: actions/upload-artifact@v2 | ||
| 52 | 52 | with: | |
| 53 | 53 | name: tarballs | |
| 54 | 54 | path: tarballs | |
@@ -68,9 +68,10 @@ jobs: | |||
| 68 | 68 | - name: Environment Information | |
| 69 | 69 | run: npx envinfo | |
| 70 | 70 | - name: Download tarball | |
| 71 | - uses: actions/download-artifact@v1 | ||
| 71 | + uses: actions/download-artifact@v2 | ||
| 72 | 72 | with: | |
| 73 | 73 | name: tarballs | |
| 74 | + path: tarballs | ||
| 74 | 75 | - name: Extract tarball | |
| 75 | 76 | run: | | |
| 76 | 77 | tar xzf tarballs/*.tar.gz -C $RUNNER_TEMP | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ jobs: | |||
| 8 | 8 | if: github.repository == 'nodejs/node' | |
| 9 | 9 | runs-on: ubuntu-latest | |
| 10 | 10 | steps: | |
| 11 | - - uses: actions/stale@v3 | ||
| 11 | + - uses: actions/stale@v4 | ||
| 12 | 12 | with: | |
| 13 | 13 | repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| 14 | 14 | days-before-close: 30 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ jobs: | |||
| 29 | 29 | run: npx envinfo | |
| 30 | 30 | - name: Build | |
| 31 | 31 | run: NODE=$(command -v node) make doc-only | |
| 32 | - - uses: actions/upload-artifact@v1 | ||
| 32 | + - uses: actions/upload-artifact@v2 | ||
| 33 | 33 | with: | |
| 34 | 34 | name: docs | |
| 35 | 35 | path: out/doc | |
| Back | FazBrowse Home | New Git URL |
0 commit comments