diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b30545..2dd0753 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: python-version: "3.x" - - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 with: python-version: ${{ steps.python-setup.outputs.python-version }} @@ -46,7 +46,7 @@ jobs: with: python-version: "3.x" - - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 with: python-version: ${{ steps.python-setup.outputs.python-version }} @@ -83,7 +83,7 @@ jobs: with: python-version: "3.x" - - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 with: python-version: ${{ steps.python-setup.outputs.python-version }} @@ -100,7 +100,7 @@ jobs: run: uv run sphinx-build -E -W -b html . _build/html - name: Archive docs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs path: ${{ github.workspace }}/docs/_build/html diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f02081..79f102b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: python-version: "3.x" - - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 with: python-version: ${{ steps.python-setup.outputs.python-version }} enable-cache: false # prevent cache poisoning @@ -39,7 +39,7 @@ jobs: run: uvx twine check dist/* - name: Archive distributions - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: ./dist/* @@ -75,7 +75,7 @@ jobs: with: python-version: "3.x" - - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 with: python-version: ${{ steps.python-setup.outputs.python-version }} enable-cache: false # prevent cache poisoning @@ -98,7 +98,7 @@ jobs: --library_location . - name: Archive bundles - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bundles path: ${{ github.workspace }}/bundles/ @@ -112,7 +112,7 @@ jobs: needs: [build-circuit-py-bundles] steps: - name: Download bundles - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: bundles path: bundles @@ -132,7 +132,7 @@ jobs: id-token: write steps: - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist