File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
mkdir tarballs
65
65
mv *.tar.gz tarballs
66
66
- name : Upload tarball artifact
67
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
67
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
68
68
with :
69
69
name : tarballs
70
70
path : tarballs
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
run : cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
122
122
- name : Upload GitHub Actions artifact
123
123
if : ${{ env.WPT_REPORT != '' }}
124
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
124
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
125
125
with :
126
126
path : out/wpt/wptreport-*.json
127
127
name : WPT Report for ${{ steps.setup-node.outputs.node-version }}
Original file line number Diff line number Diff line change 35
35
run : npx envinfo
36
36
- name : Build
37
37
run : NODE=$(command -v node) make doc-only
38
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
38
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
39
39
with :
40
40
name : docs
41
41
path : out/doc
Original file line number Diff line number Diff line change 65
65
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
66
66
# format to the repository Actions tab.
67
67
- name : Upload artifact
68
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
68
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
69
69
with :
70
70
name : SARIF file
71
71
path : results.sarif
You can’t perform that action at this time.
0 commit comments