diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d70ae1..31f3972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: run: uv run tox -e live - name: Upload weekly response-key inventory if: always() && github.event_name == 'schedule' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: serpapi-live-response-keys path: live-response-keys.json diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d0b1001..99c04db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: - run: uv run --group docs great-docs build - run: uv run python scripts/fix_built_docs_links.py - run: uv run python tests/verify_built_docs.py - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: docs-html path: great-docs/_site diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f53333e..42d4a10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: PACKAGE_VERSION="$(uv run python -c 'import tomllib; print(tomllib.load(open("pyproject.toml", "rb"))["project"]["version"])')" test "$RELEASE_TAG" = "v$PACKAGE_VERSION" - run: uv build - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-distributions path: dist/ diff --git a/.github/workflows/testpypi.yml b/.github/workflows/testpypi.yml index 40e1fb4..f2dd301 100644 --- a/.github/workflows/testpypi.yml +++ b/.github/workflows/testpypi.yml @@ -43,7 +43,7 @@ jobs: python-version: "3.13" - run: uv build - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: testpypi-distributions path: dist/