File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
- name : Create bundles
158
158
run : yarn pack:all
159
159
- name : Upload production packages
160
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
160
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
161
161
with :
162
162
name : bundles
163
163
path : packages/**/package.tgz
@@ -344,7 +344,7 @@ jobs:
344
344
- name : Copy API reference within documentation
345
345
run : mv packages/fast-check/docs website/build/api-reference
346
346
- name : Upload documentation artifacts
347
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
347
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
348
348
with :
349
349
name : website
350
350
path : website/build/
Original file line number Diff line number Diff line change 59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : ' Upload artifact'
62
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
62
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
You can’t perform that action at this time.
0 commit comments