From 0115751b98397148e7e188677f324bd105c6639e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:52:59 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/87c55149d96e628cc2ef7e6fc2aab372015aec85...c850b930e6ba138125429b7e5c93fc707a7f8427) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_latest.yml b/.github/workflows/push_latest.yml index ea5ffca..27c766d 100644 --- a/.github/workflows/push_latest.yml +++ b/.github/workflows/push_latest.yml @@ -184,7 +184,7 @@ jobs: - name: Checkout source uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Get artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: path: artifacts - name: Format tags