| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58a636b commit 95a880f
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ jobs: | |||
| 57 | 57 | mkdir tarballs | |
| 58 | 58 | mv *.tar.gz tarballs | |
| 59 | 59 | - name: Upload tarball artifact | |
| 60 | - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 | ||
| 60 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 | ||
| 61 | 61 | with: | |
| 62 | 62 | name: tarballs | |
| 63 | 63 | path: tarballs | |
@@ -75,7 +75,7 @@ jobs: | |||
| 75 | 75 | - name: Environment Information | |
| 76 | 76 | run: npx envinfo | |
| 77 | 77 | - name: Download tarball | |
| 78 | - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 | ||
| 78 | + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 | ||
| 79 | 79 | with: | |
| 80 | 80 | name: tarballs | |
| 81 | 81 | path: tarballs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,10 +121,10 @@ jobs: | |||
| 121 | 121 | run: cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json | |
| 122 | 122 | - name: Upload GitHub Actions artifact | |
| 123 | 123 | if: ${{ env.WPT_REPORT != '' }} | |
| 124 | - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 | ||
| 124 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 | ||
| 125 | 125 | with: | |
| 126 | 126 | path: out/wpt/wptreport-*.json | |
| 127 | - name: WPT Reports | ||
| 127 | + name: WPT Report for ${{ steps.setup-node.outputs.node-version }} | ||
| 128 | 128 | if-no-files-found: error | |
| 129 | 129 | - name: Upload WPT Report to wpt.fyi API | |
| 130 | 130 | if: ${{ env.WPT_REPORT != '' }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | run: npx envinfo | |
| 36 | 36 | - name: Build | |
| 37 | 37 | run: NODE=$(command -v node) make doc-only | |
| 38 | - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 | ||
| 38 | + - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 | ||
| 39 | 39 | with: | |
| 40 | 40 | name: docs | |
| 41 | 41 | path: out/doc | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ jobs: | |||
| 65 | 65 | # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF | |
| 66 | 66 | # format to the repository Actions tab. | |
| 67 | 67 | - name: Upload artifact | |
| 68 | - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 | ||
| 68 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 | ||
| 69 | 69 | with: | |
| 70 | 70 | name: SARIF file | |
| 71 | 71 | path: results.sarif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments