Skip to content

Commit b924794

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
if: always()
240240
steps:
241241
- name: Download job status artifact
242-
uses: actions/download-artifact@v7
242+
uses: actions/download-artifact@v8
243243
with:
244244
pattern: result-*
245245
path: results

.github/workflows/env-destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
if: always()
179179
steps:
180180
- name: Download job status artifact
181-
uses: actions/download-artifact@v7
181+
uses: actions/download-artifact@v8
182182
with:
183183
pattern: result-*
184184
path: results

0 commit comments

Comments
 (0)