File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 export COMMIT=$(git rev-parse --short=10 "$GITHUB_SHA")
6060 ./configure && make tar -j4 SKIP_XZ=1
6161 - name : Upload tarball artifact
62- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363with :
6464name : tarballs
6565path : ' *.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939with :
4040name : docs
4141path : 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6969with :
7070name : SARIF file
7171path : results.sarif
Original file line number Diff line number Diff line change 9292
9393 - name : Upload tarball artifact
9494if : ${{ github.event_name != 'workflow_dispatch' }}
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696with :
9797name : tarballs
9898path : ' *.tar.gz'
You can’t perform that action at this time.
0 commit comments