From 593b2ee70a0e9486d122cffc46caf3a4859e2c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:58:47 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 151aaa6..6d499ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Get Docker Image - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: image - name: Load Docker Image @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Get Docker Image - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: image - name: Load Docker Image @@ -71,7 +71,7 @@ jobs: password: '${{ secrets.DOCKERHUB_TOKEN }}' - name: Get Docker Image - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: image