diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c586f166..798a5da9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -90,9 +90,10 @@ jobs: if: ${{ matrix.docker != true }} - name: Upload prebuild for ${{ runner.os }}-${{ runner.arch }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: prebuilds/*.tar.gz + name: artifact-${{ matrix.docker == true && matrix.alpine == true && 'linux-musl' || matrix.docker == true && matrix.alpine == false && 'linux' || matrix.os }}-${{ matrix.arch }} - run: GH_PRE_RELEASE_UPLOAD=true ./script/ci/release.sh if: github.ref == 'refs/heads/master' && env.ACT != true @@ -222,4 +223,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} DRY_RUN: true - - run: echo "New Release will be v${{ steps.publish.outputs.version }}" \ No newline at end of file + - run: echo "New Release will be v${{ steps.publish.outputs.version }}"