Skip to content

Commit be23d67

Browse files
authored
Merge pull request #88 from validatedpatterns/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b51accb + 43d8c9f commit be23d67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Download AMD64 image
25-
uses: actions/download-artifact@v7
25+
uses: actions/download-artifact@v8
2626
with:
2727
name: image-amd64-${{ github.run_id }}
2828
path: /tmp

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: Download AMD64 image
87-
uses: actions/download-artifact@v7
87+
uses: actions/download-artifact@v8
8888
with:
8989
name: image-amd64-${{ github.run_id }}
9090
path: /tmp
9191

9292
- name: Download ARM64 image
93-
uses: actions/download-artifact@v7
93+
uses: actions/download-artifact@v8
9494
with:
9595
name: image-arm64-${{ github.run_id }}
9696
path: /tmp

0 commit comments

Comments
 (0)