Commit a14abe3
committed
CI/CD: Bump download-artifact to v4
The create-release CI/CD step is currently failing with the error:
This request has been automatically failed because it uses a deprecated
version of `actions/download-artifact: v2`
Github deprecated download-artifact v2 and asks users to use v4 instead:
https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
Let's do what's recommended to unbreak the release action.
Signed-off-by: Christoph Müllner <[email protected]>1 parent 8b1a750 commit a14abe3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments