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