Skip to content

Commit 50cff90

Browse files
committed
ci: update download-artifact action to v4
v2 is deprecated and not supported anymore. Signed-off-by: Anas Nashif <[email protected]>
1 parent f730851 commit 50cff90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: (success() || failure() ) && needs.clang-build.outputs.report_needed != 0
124124
steps:
125125
- name: Download Artifacts
126-
uses: actions/download-artifact@v2
126+
uses: actions/download-artifact@v4
127127
with:
128128
path: artifacts
129129

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
fetch-depth: 0
115115
- name: Download Artifacts
116-
uses: actions/download-artifact@v2
116+
uses: actions/download-artifact@v4
117117
with:
118118
path: coverage/reports
119119

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236

237237
steps:
238238
- name: Download Artifacts
239-
uses: actions/download-artifact@v2
239+
uses: actions/download-artifact@v4
240240
with:
241241
path: artifacts
242242

0 commit comments

Comments
 (0)