Skip to content

Commit a105c22

Browse files
Update actions/download-artifact action to v5
1 parent 5d33acb commit a105c22

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
@@ -77,7 +77,7 @@ jobs:
7777
needs: build
7878
steps:
7979
- name: Download artifact
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v5
8181
with:
8282
name: ${{ env.ARTIFACT_NAME }}_lint
8383
path: /tmp/
@@ -97,7 +97,7 @@ jobs:
9797
needs: build
9898
steps:
9999
- name: Download artifact
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
name: ${{ env.ARTIFACT_NAME }}_test
103103
path: /tmp/
@@ -171,7 +171,7 @@ jobs:
171171
security-events: write
172172
steps:
173173
- name: Download artifact
174-
uses: actions/download-artifact@v4
174+
uses: actions/download-artifact@v5
175175
with:
176176
name: ${{ env.ARTIFACT_NAME }}_prod
177177
path: /tmp/

0 commit comments

Comments
 (0)