From 06cf4173b7bbcfb5d689b77d5e231024b3f2c720 Mon Sep 17 00:00:00 2001 From: NikhitaR-IFX Date: Tue, 30 Jan 2024 17:57:02 +0530 Subject: [PATCH] .github/workflows: Update upload-artifact version to v4. Signed-off-by: NikhitaR-IFX --- .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 4c5b61931ffc..05c1880f234b 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -38,7 +38,7 @@ jobs: run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Save firmware bin if: success() && github.repository_owner == 'infineon' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mpy-psoc6_${{ matrix.board }}_${{ steps.commit_sha.outputs.sha_short }} path: ports/psoc6/build/firmware.hex