diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74a2e77..8dc8fe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: QUILL_NOTARY_KEY_ID: ${{ secrets.QUILL_NOTARY_KEY_ID }} QUILL_NOTARY_ISSUER: ${{ secrets.QUILL_NOTARY_ISSUER }} - name: Upload dist artifacts to GitHub when not on main - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: "!contains(github.ref, 'main')" with: name: gpcore