Commit 1c01f93 1 parent 6558a51 commit 1c01f93 Copy full SHA for 1c01f93
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 57
57
mkdir tarballs
58
58
mv *.tar.gz tarballs
59
59
- name : Upload tarball artifact
60
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
60
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
61
61
with :
62
62
name : tarballs
63
63
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
124
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
38
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
68
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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