From 63264dbd05d459e7b40973da950429e48e5b7053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 16:22:34 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3.0.1 to 3.0.2 Bumps [actions/download-artifact](/~https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2. - [Release notes](/~https://github.com/actions/download-artifact/releases) - [Commits](/~https://github.com/actions/download-artifact/compare/9782bd6a9848b53b110e712e20e42d89988822b7...9bc31d5ccc31df68ecc42ccf4149144866c47d8a) --- 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 0aeacb6..4f0dcbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 + - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: artifacts - run: find artifacts -type f -ls