From 1d4a64a404130c0b09945e11bb90e1bac6b81e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:04:19 +0000 Subject: [PATCH] Bump actions/upload-artifact Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 to 2848b2cda0e5190984587ec6bb1f36730ca78d50. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/de65e23aa2b7e23d713bb51fbfcb6d502f8667d8...2848b2cda0e5190984587ec6bb1f36730ca78d50) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 2848b2cda0e5190984587ec6bb1f36730ca78d50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef553b003..ddb6b46d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Generate API reference run: make -C ./docs html - name: Upload docs artifact - uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 + uses: actions/upload-artifact@2848b2cda0e5190984587ec6bb1f36730ca78d50 with: name: python-sdk-docs path: docs/_build/html