From 658e2acb25c2fb8ccb2b8369ee356d47bd39a2d0 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Tue, 14 May 2024 18:43:58 +0200 Subject: [PATCH] .github/workflows/ports_psoc6.yml: Fixed artifact down action version. Signed-off-by: enriquezgarc --- .github/workflows/ports_psoc6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index ee172bab5319..873b964acd86 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -143,7 +143,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'infineon' steps: - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Prepare release assets run: | cd mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}