File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
60+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
6161with :
6262name : tarballs
6363path : tarballs
7575 - name : Environment Information
7676run : npx envinfo
7777 - name : Download tarball
78- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
78+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
7979with :
8080name : tarballs
8181path : tarballs
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ jobs:
121121run : cp wptreport.json wptreport-${{steps.setup-node.outputs.node-version }}.json
122122 - name : Upload GitHub Actions artifact
123123if : ${{env.WPT_REPORT != ''}}
124- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
124+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
125125with :
126126path : out/wpt/wptreport-*.json
127- name : WPT Reports
127+ name : WPT Report for ${{steps.setup-node.outputs.node-version }}
128128if-no-files-found : error
129129 - name : Upload WPT Report to wpt.fyi API
130130if : ${{env.WPT_REPORT != ''}}
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
38+ - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
68+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
6969with :
7070name : SARIF file
7171path : results.sarif
You can’t perform that action at this time.
0 commit comments