From a8e6f66df7ae09e4710adcaedb4fdc5b7c146caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:34:43 +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 3ed8d8b27..2524df950 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -192,7 +192,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 4dddb79466bba4d00fa786774e107a4ae6782e86 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 18 Nov 2024 19:35:03 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20241118-193501.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20241118-193501.yaml diff --git a/.changes/unreleased/Dependencies-20241118-193501.yaml b/.changes/unreleased/Dependencies-20241118-193501.yaml new file mode 100644 index 000000000..181497ebf --- /dev/null +++ b/.changes/unreleased/Dependencies-20241118-193501.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/download-artifact from 3 to 4" +time: 2024-11-18T19:35:01.00000Z +custom: + Author: dependabot[bot] + PR: 952