@@ -160,7 +160,7 @@ jobs:
160160 run : |
161161 yarn install --frozen-lockfile
162162 - name : Download build artifacts
163- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
163+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
164164 with :
165165 name : dist
166166 - name : Release to github
@@ -181,7 +181,7 @@ jobs:
181181 image : docker.mirror.hashicorp.services/hashicorp/jsii-terraform
182182 steps :
183183 - name : Download build artifacts
184- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
184+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
185185 with :
186186 name : dist
187187 path : dist
@@ -205,7 +205,7 @@ jobs:
205205 image : docker.mirror.hashicorp.services/hashicorp/jsii-terraform
206206 steps :
207207 - name : Download build artifacts
208- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
208+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
209209 with :
210210 name : dist
211211 path : dist
@@ -241,7 +241,7 @@ jobs:
241241 image : docker.mirror.hashicorp.services/hashicorp/jsii-terraform
242242 steps :
243243 - name : Download build artifacts
244- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
244+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
245245 with :
246246 name : dist
247247 path : dist
@@ -271,7 +271,7 @@ jobs:
271271 image : docker.mirror.hashicorp.services/hashicorp/jsii-terraform
272272 steps :
273273 - name : Download dist
274- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
274+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
275275 with :
276276 name : dist
277277 path : dist
@@ -295,7 +295,7 @@ jobs:
295295 image : docker.mirror.hashicorp.services/hashicorp/jsii-terraform
296296 steps :
297297 - name : Download dist
298- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
298+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
299299 with :
300300 name : dist
301301 path : dist
@@ -360,7 +360,7 @@ jobs:
360360 - unit_test
361361 steps :
362362 - name : Send failures to Slack
363- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0 .0
363+ uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1 .0
364364 with :
365365 webhook : ${{ secrets.FAILURE_SLACK_WEBHOOK_URL }}
366366 webhook-type : webhook-trigger
0 commit comments