File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
access_token_lifetime : " 300s"
52
52
53
53
- name : Upload Media (png)
54
- uses : " google-github-actions/upload-cloud-storage@v2 "
54
+ uses : " google-github-actions/upload-cloud-storage@v3 "
55
55
with :
56
56
path : dist/docs/vc-ap-e3e2a9/
57
57
glob : " **/*.png"
62
62
content-type: image/png
63
63
64
64
- name : Upload Media (gif)
65
- uses : " google-github-actions/upload-cloud-storage@v2 "
65
+ uses : " google-github-actions/upload-cloud-storage@v3 "
66
66
with :
67
67
path : dist/docs/vc-ap-e3e2a9/
68
68
glob : " **/*.gif"
73
73
content-type: image/gif
74
74
75
75
- name : Upload Media (svg)
76
- uses : " google-github-actions/upload-cloud-storage@v2 "
76
+ uses : " google-github-actions/upload-cloud-storage@v3 "
77
77
with :
78
78
path : dist/docs/vc-ap-e3e2a9/
79
79
glob : " **/*.svg"
84
84
content-type: image/svg+xml
85
85
86
86
- name : Upload Media (webp)
87
- uses : " google-github-actions/upload-cloud-storage@v2 "
87
+ uses : " google-github-actions/upload-cloud-storage@v3 "
88
88
with :
89
89
path : dist/docs/vc-ap-e3e2a9/
90
90
glob : " **/*.webp"
Original file line number Diff line number Diff line change 38
38
- run : npm run policies:generate
39
39
40
40
- name : Upload the Policies
41
- uses : " google-github-actions/upload-cloud-storage@v2 "
41
+ uses : " google-github-actions/upload-cloud-storage@v3 "
42
42
with :
43
43
path : policies.v3.json
44
44
process_gcloudignore : false
You can’t perform that action at this time.
0 commit comments