From 3086b34f5c63aeeefa1712ffd66d53032da9cb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:09:00 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/6b208ae046db98c579e8a3aa621ab581ff575935...eaceaf801fd36c7dee90939fad912460b18a1ffe) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8bdcf9..536904b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: steps: - id: release-notes-download name: Release Notes Download - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 with: name: release-notes path: /tmp From 522eac686459346e219e8f78333a52096f180ff8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Feb 2024 21:09:11 +0000 Subject: [PATCH 2/2] add CHANGELOG for #58 --- .changelog/58.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/58.txt diff --git a/.changelog/58.txt b/.changelog/58.txt new file mode 100644 index 0000000..675e5a2 --- /dev/null +++ b/.changelog/58.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps actions/download-artifact from 4.1.1 to 4.1.2 +```