File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 mkdir tarballs
5858 mv *.tar.gz tarballs
5959 - name : Upload tarball artifact
60- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
60+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
6161 with :
6262 name : tarballs
6363 path : tarballs
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 run : cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
122122 - name : Upload GitHub Actions artifact
123123 if : ${{ env.WPT_REPORT != '' }}
124- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
124+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
125125 with :
126126 path : out/wpt/wptreport-*.json
127127 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
38+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
68+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
6969 with :
7070 name : SARIF file
7171 path : results.sarif
You can’t perform that action at this time.
0 commit comments