diff --git a/.github/workflows/build_assets.yml b/.github/workflows/build_assets.yml index b12941e6..86e5c443 100644 --- a/.github/workflows/build_assets.yml +++ b/.github/workflows/build_assets.yml @@ -64,7 +64,7 @@ jobs: - name: Build with pyinstaller for ${{matrix.TARGET}} run: ${{matrix.CMD_BUILD}} - name: Upload a Build Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4 if: inputs.release == false with: path: ./dist/${{ matrix.OUT_FILE_NAME }} @@ -94,7 +94,7 @@ jobs: - distro: "python:3.11-bullseye" arch: arm64 distro_name: linux - + steps: - uses: actions/checkout@v4 with: @@ -113,7 +113,7 @@ jobs: ${{ matrix.distro }} \ ./scripts/build_${{ matrix.distro_name }}_arm.sh ${{ matrix.distro_name }}_${{ matrix.arch }} - name: Upload a Build Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4 if: inputs.release == false with: path: ./dist/codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }} @@ -127,6 +127,6 @@ jobs: asset_name: codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }} tag: ${{ github.ref }} overwrite: true - +