Skip to content

Commit 0ec06ad

Browse files
renovate[bot]alcohol
authored andcommitted
Update actions/download-artifact action to v5
1 parent d6cfa83 commit 0ec06ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/1.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198

199199
- name: Download digests
200-
uses: actions/download-artifact@v4
200+
uses: actions/download-artifact@v5
201201
with:
202202
path: /tmp/digests
203203
pattern: digests-*

.github/workflows/2.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198

199199
- name: Download digests
200-
uses: actions/download-artifact@v4
200+
uses: actions/download-artifact@v5
201201
with:
202202
path: /tmp/digests
203203
pattern: digests-*

.github/workflows/latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
steps:
200200

201201
- name: Download digests
202-
uses: actions/download-artifact@v4
202+
uses: actions/download-artifact@v5
203203
with:
204204
path: /tmp/digests
205205
pattern: digests-*

0 commit comments

Comments
 (0)