From 310573acfc20d7dde625c1f48d7b4a4b84935532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:54:28 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c361cb987..064f4cca2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -189,7 +189,7 @@ jobs: python -m pip install --upgrade wheel python -m pip --version - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist path: dist/ From 9b428e4d834c9dc77e429a609556cfe7fdc4db2e Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 12 Apr 2024 15:55:52 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240412-155549.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240412-155549.yaml diff --git a/.changes/unreleased/Dependencies-20240412-155549.yaml b/.changes/unreleased/Dependencies-20240412-155549.yaml new file mode 100644 index 000000000..b50bbd4fa --- /dev/null +++ b/.changes/unreleased/Dependencies-20240412-155549.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/download-artifact from 3 to 4" +time: 2024-04-12T15:55:49.00000Z +custom: + Author: dependabot[bot] + PR: 765