Skip to content

Commit 271f91a

Browse files
authored
Merge pull request #1220 from nginx-proxy/dependabot/github_actions/actions/download-artifact-6
ci: bump actions/download-artifact from 5 to 6
2 parents 1021387 + 9a58a1b commit 271f91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: official-images
6565

6666
- name: Download Builded Image
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: companion.tar
7070

@@ -140,7 +140,7 @@ jobs:
140140

141141
# ADD BUILT IMAGE
142142
- name: Download Built Image
143-
uses: actions/download-artifact@v5
143+
uses: actions/download-artifact@v6
144144
with:
145145
name: companion.tar
146146

0 commit comments

Comments
 (0)