Skip to content

Commit 74d4ff0

Browse files
authored
Merge pull request #1203 from nginx-proxy/dependabot/github_actions/actions/download-artifact-5
ci: bump actions/download-artifact from 4 to 5
2 parents e687a7f + ef8b9bd commit 74d4ff0

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
@@ -61,7 +61,7 @@ jobs:
6161
path: official-images
6262

6363
- name: Download Builded Image
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v5
6565
with:
6666
name: companion.tar
6767

@@ -137,7 +137,7 @@ jobs:
137137

138138
# ADD BUILT IMAGE
139139
- name: Download Built Image
140-
uses: actions/download-artifact@v4
140+
uses: actions/download-artifact@v5
141141
with:
142142
name: companion.tar
143143

0 commit comments

Comments
 (0)