From f4a232e9557397a930fe576e68e7e55d6f4f6745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:48:20 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the actions group Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.4 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/source-and-docs-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/source-and-docs-release.yml b/.github/workflows/source-and-docs-release.yml index 7c52be2..f8d8b21 100644 --- a/.github/workflows/source-and-docs-release.yml +++ b/.github/workflows/source-and-docs-release.yml @@ -101,7 +101,7 @@ jobs: python ../release.py --export "$CPYTHON_RELEASE" --skip-docs - name: "Upload the source artifacts" - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: source path: | @@ -143,7 +143,7 @@ jobs: SPHINXOPTS="-j10" make dist - name: "Upload the docs artifacts" - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: docs path: |