File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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
6363 with :
6464 name : tarballs
6565 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6969 with :
7070 name : SARIF file
7171 path : results.sarif
Original file line number Diff line number Diff line change 9292
9393 - name : Upload tarball artifact
9494 if : ${{ github.event_name != 'workflow_dispatch' }}
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696 with :
9797 name : tarballs
9898 path : ' *.tar.gz'
You can’t perform that action at this time.
0 commit comments