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