From 217993544a7e483f673605c430bab2823dccf6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:20:22 +0000 Subject: [PATCH] fix(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/v4.1.5...v4.1.6) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6728383..43b5e05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download artifact - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: testimage path: /tmp @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4.1.3 - name: Download artifact - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: testimage path: /tmp