From a54b7d10478aea7abb8adb199159d55686976860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:27:57 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57c9389..9dc2fd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,7 +111,7 @@ jobs: run: docker run --rm -d -p "6379:6379/tcp" redis:7-alpine - name: Download compiled binary file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: mikrotik-hosts-parser-linux-amd64 path: .artifact @@ -182,7 +182,7 @@ jobs: run: docker run --rm -d --network "app-network" -p "6379:6379/tcp" --name=redis redis:7-alpine - name: Download builded docker image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docker-image path: .artifact