From 0808736630d99fa669c8338114e08e3785671c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:42:25 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... 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 5acb4f7b5..d822024ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -188,7 +188,7 @@ jobs: python -m pip install --upgrade wheel python -m pip --version - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: dist path: dist/ From 86f149aa1832af0c74ffd94c9bb2318177f6f78f Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 3 Sep 2024 22:42:48 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240903-224245.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240903-224245.yaml diff --git a/.changes/unreleased/Dependencies-20240903-224245.yaml b/.changes/unreleased/Dependencies-20240903-224245.yaml new file mode 100644 index 000000000..f0a356164 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240903-224245.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory" +time: 2024-09-03T22:42:45.00000Z +custom: + Author: dependabot[bot] + PR: 901