From ecfddc9eb2e8312f7fedd7e77e2b3f7693b6abd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:47:17 +0000 Subject: [PATCH] Build(deps): Bump the actions group with 1 update Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). - [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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ca7dd117..b1f99af9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -120,7 +120,7 @@ jobs: cat all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt - name: Upload dependencies list - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: all-deps-${{ runner.os }}-${{ matrix.python-version }} path: all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt