From 8fb113fea1e82bb47f6cf8053d84258c9b9d8a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:04:24 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.5 to 4.1.6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/8caf195ad4b1dee92908e23f56eeb0696f1dd42d...9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395) --- 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 69fce930..80dc7ec7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: steps: - name: "Download dists" - uses: "actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d" + uses: "actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395" with: name: "dist" path: "dist/"