File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 export COMMIT=$(git rev-parse --short=10 "$GITHUB_SHA")
9292 ./configure && make tar -j4 SKIP_XZ=1
9393 - name : Upload tarball artifact
94- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
94+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9595with :
9696name : tarballs
9797path : ' *.tar.gz'
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103run : cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
104104 - name : Upload GitHub Actions artifact
105105if : ${{ env.WPT_REPORT != '' }}
106- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
106+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
107107with :
108108path : out/wpt/wptreport-*.json
109109name : WPT Report for ${{ steps.setup-node.outputs.node-version }}
Original file line number Diff line number Diff line change 3535run : npx envinfo
3636 - name : Build
3737run : NODE=$(command -v node) make doc-only
38- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
38+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3939with :
4040name : docs
4141path : out/doc
Original file line number Diff line number Diff line change 6767# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6868# format to the repository Actions tab.
6969 - name : Upload artifact
70- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171with :
7272name : SARIF file
7373path : results.sarif
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Upload tarball artifact
132132if : ${{ github.event_name != 'workflow_dispatch' }}
133- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
133+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
134134with :
135135name : tarballs
136136path : ' *.tar.gz'
You can’t perform that action at this time.
0 commit comments