Skip to content

Commit 2efe11f

Browse files
authored
Merge pull request #745 from sir-gon/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents 5579030 + daef5f9 commit 2efe11f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: build
7777
steps:
7878
- name: Download artifact
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: ${{ env.ARTIFACT_NAME }}_lint
8282
path: /tmp/
@@ -96,7 +96,7 @@ jobs:
9696
needs: build
9797
steps:
9898
- name: Download artifact
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v5
100100
with:
101101
name: ${{ env.ARTIFACT_NAME }}_test
102102
path: /tmp/
@@ -161,7 +161,7 @@ jobs:
161161
needs: build
162162
steps:
163163
- name: Download artifact
164-
uses: actions/download-artifact@v4
164+
uses: actions/download-artifact@v5
165165
with:
166166
name: ${{ env.ARTIFACT_NAME }}_prod
167167
path: /tmp/

0 commit comments

Comments
 (0)