@@ -15,11 +15,11 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : ' Authenticate to Google Cloud'
18
- uses :
' google-github-actions/[email protected] .10 '
18
+ uses :
' google-github-actions/[email protected] .11 '
19
19
with :
20
20
credentials_json : ' ${{ secrets.GOOGLE_CLOUD_DL_SA }}'
21
21
- name : Set up Cloud SDK
22
- uses :
google-github-actions/[email protected] .4
22
+ uses :
google-github-actions/[email protected] .5
23
23
with :
24
24
project_id : kittycadapi
25
25
- name : Install latest nightly
68
68
cp cross/README.md cross/${{matrix.os}}-${{github.ref_name}}-README.md
69
69
- name : ' upload binary files'
70
70
id : upload-files
71
- uses :
google-github-actions/[email protected] .2
71
+ uses :
google-github-actions/[email protected] .3
72
72
with :
73
73
path : releases
74
74
destination : dl.kittycad.io
@@ -145,11 +145,11 @@ jobs:
145
145
steps :
146
146
- uses : actions/checkout@master
147
147
- name : ' Authenticate to Google Cloud'
148
- uses :
' google-github-actions/[email protected] .10 '
148
+ uses :
' google-github-actions/[email protected] .11 '
149
149
with :
150
150
credentials_json : ' ${{ secrets.GOOGLE_CLOUD_DL_SA }}'
151
151
- name : Set up Cloud SDK
152
- uses :
google-github-actions/[email protected] .4
152
+ uses :
google-github-actions/[email protected] .5
153
153
with :
154
154
project_id : kittycadapi
155
155
- name : Install deps
@@ -217,7 +217,7 @@ jobs:
217
217
cp -r homebrew releases/$(basename $(pwd))/${VERSION}
218
218
- name : ' upload binary files'
219
219
id : upload-files
220
- uses :
google-github-actions/[email protected] .2
220
+ uses :
google-github-actions/[email protected] .3
221
221
with :
222
222
path : releases
223
223
destination : dl.kittycad.io
0 commit comments