| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e48b307 commit 0ea9cb9
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ jobs: | |||
| 57 | 57 | export COMMIT=$(git rev-parse --short=10 "$GITHUB_SHA") | |
| 58 | 58 | ./configure && make tar -j4 SKIP_XZ=1 | |
| 59 | 59 | - name: Upload tarball artifact | |
| 60 | - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 | ||
| 60 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | ||
| 61 | 61 | with: | |
| 62 | 62 | name: tarballs | |
| 63 | 63 | path: '*.tar.gz' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -144,7 +144,7 @@ jobs: | |||
| 144 | 144 | run: cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json | |
| 145 | 145 | - name: Upload GitHub Actions artifact | |
| 146 | 146 | if: ${{ env.WPT_REPORT != '' }} | |
| 147 | - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 | ||
| 147 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | ||
| 148 | 148 | with: | |
| 149 | 149 | path: out/wpt/wptreport-*.json | |
| 150 | 150 | name: WPT Report for ${{ steps.setup-node.outputs.node-version }} | |
| 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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 | ||
| 38 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | ||
| 39 | 39 | with: | |
| 40 | 40 | name: docs | |
| 41 | 41 | path: out/doc | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ jobs: | |||
| 68 | 68 | # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF | |
| 69 | 69 | # format to the repository Actions tab. | |
| 70 | 70 | - name: Upload artifact | |
| 71 | - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 | ||
| 71 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | ||
| 72 | 72 | with: | |
| 73 | 73 | name: SARIF file | |
| 74 | 74 | path: results.sarif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments