From daa9c3d9c5dd2f14b393aaa4b8813ce95a805dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:29:20 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b00d8238a..1122f6b5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -244,14 +244,14 @@ jobs: - name: Upload package distribution files if: matrix.task.name == 'Build' && matrix.python == env.DEFAULT_PYTHON - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: package path: dist - name: Upload docs build if: matrix.task.name == 'Docs' && matrix.python == env.DEFAULT_PYTHON - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs path: docs/build