Skip to content

Commit ac9ff70

Browse files
authored
Merge pull request #2124 from burningmantech/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 8a329f6 + 2aab460 commit ac9ff70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v5
9696

9797
- name: Download Docker image artifacts
98-
uses: actions/download-artifact@v5
98+
uses: actions/download-artifact@v6
9999
with:
100100
name: docker
101101

@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v5
125125

126126
- name: Download Docker image artifacts
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: docker
130130

@@ -155,7 +155,7 @@ jobs:
155155
uses: actions/checkout@v5
156156

157157
- name: Download Docker image artifacts
158-
uses: actions/download-artifact@v5
158+
uses: actions/download-artifact@v6
159159
with:
160160
name: docker
161161

0 commit comments

Comments
 (0)