Skip to content

Commit 658e2ac

Browse files
committed
.github/workflows/ports_psoc6.yml: Fixed artifact down action version.
Signed-off-by: enriquezgarc <[email protected]>
1 parent 5c108c0 commit 658e2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'infineon'
144144
steps:
145145
- name: Download binaries
146-
uses: actions/download-artifact@v3
146+
uses: actions/download-artifact@v4
147147
- name: Prepare release assets
148148
run: |
149149
cd mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}

0 commit comments

Comments
 (0)