File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 export COMMIT=$(git rev-parse --short=10 "$GITHUB_SHA")
9494 ./configure && make tar -j4 SKIP_XZ=1
9595 - name : Upload tarball artifact
96- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
96+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9797 with :
9898 name : tarballs
9999 path : ' *.tar.gz'
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
104104 - name : Upload GitHub Actions artifact
105105 if : ${{ env.WPT_REPORT != '' }}
106- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
106+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
107107 with :
108108 path : out/wpt/wptreport-*.json
109109 name : WPT Report for ${{ steps.setup-node.outputs.node-version }}
Original file line number Diff line number Diff line change 3535 run : npx envinfo
3636 - name : Build
3737 run : NODE=$(command -v node) make doc-only
38- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
38+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3939 with :
4040 name : docs
4141 path : out/doc
Original file line number Diff line number Diff line change 6565 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666 # format to the repository Actions tab.
6767 - name : Upload artifact
68- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
68+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6969 with :
7070 name : SARIF file
7171 path : results.sarif
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Upload tarball artifact
124124 if : ${{ github.event_name != 'workflow_dispatch' }}
125- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
125+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
126126 with :
127127 name : tarballs
128128 path : ' *.tar.gz'
You can’t perform that action at this time.
0 commit comments