Skip to content

Commit 82fc39b

Browse files
ci(deps): Update actions/download-artifact action to v8 (#379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6de46b commit 82fc39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@ jobs:
224224
with:
225225
tofu_version: ${{ steps.get_tofu_version.outputs.tofu_version }}
226226
tofu_wrapper: false # https://github.com/jqlang/jq/issues/2287
227-
- uses: actions/download-artifact@v7
227+
- uses: actions/download-artifact@v8
228228
with:
229229
name: tf
230230
path: tf/
231231
- run: tofu init && tofu apply plan.tfplan
232232
env:
233233
TF_VAR_cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
234234
working-directory: tf
235-
- uses: actions/download-artifact@v7
235+
- uses: actions/download-artifact@v8
236236
with:
237237
name: build
238238
path: dist/

0 commit comments

Comments
 (0)