File tree 5 files changed +6
-4
lines changed
5 files changed +6
-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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
60
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
124
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
125
125
with :
126
126
path : out/wpt/wptreport-*.json
127
127
name : WPT Reports
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
38
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
68
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
69
69
with :
70
70
name : SARIF file
71
71
path : results.sarif
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ main() {
97
97
* )
98
98
echo " unknown command: $1 "
99
99
help 1
100
+
101
+ # shellcheck disable=SC2317
100
102
exit 1
101
103
;;
102
104
esac
You can’t perform that action at this time.
0 commit comments