Commit fb3fa8b 1 parent 1aca3a8 commit fb3fa8b Copy full SHA for fb3fa8b
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
67
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
68
68
with :
69
69
name : tarballs
70
70
path : tarballs
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
run : cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
128
128
- name : Upload GitHub Actions artifact
129
129
if : ${{ env.WPT_REPORT != '' }}
130
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
130
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
131
131
with :
132
132
path : out/wpt/wptreport-*.json
133
133
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
38
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
68
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.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