diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 5e72edf3e..df4fb4ff2 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -63,7 +63,7 @@ jobs: echo "ASSET_NAME=$(ls dist)" >> $GITHUB_ENV - name: Publishing to GitHub Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: github.event_name != 'release' with: name: ${{ env.ASSET_NAME }}