Skip to content

Commit 1cc6b52

Browse files
authored
Merge pull request #236 from sir-gon/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents 04aee7a + 35f1611 commit 1cc6b52

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
@@ -75,7 +75,7 @@ jobs:
7575
needs: build
7676
steps:
7777
- name: Download artifact
78-
uses: actions/download-artifact@v4
78+
uses: actions/download-artifact@v5
7979
with:
8080
name: ${{ env.ARTIFACT_NAME }}_lint
8181
path: /tmp/
@@ -95,7 +95,7 @@ jobs:
9595
needs: build
9696
steps:
9797
- name: Download artifact
98-
uses: actions/download-artifact@v4
98+
uses: actions/download-artifact@v5
9999
with:
100100
name: ${{ env.ARTIFACT_NAME }}_test
101101
path: /tmp/
@@ -169,7 +169,7 @@ jobs:
169169
security-events: write
170170
steps:
171171
- name: Download artifact
172-
uses: actions/download-artifact@v4
172+
uses: actions/download-artifact@v5
173173
with:
174174
name: ${{ env.ARTIFACT_NAME }}_prod
175175
path: /tmp/

0 commit comments

Comments
 (0)