From 14fd2be2b9d5a86a53d597b4a0f4a957b5b8b608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:36:20 +0300 Subject: [PATCH] chore(deps): update actions/upload-download-artifact to v4 (major) (#618) --- .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 49a6410..79e6f2b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: outputs: type=docker,dest=/tmp/freyr-dev.tar - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: freyr-dev path: /tmp/freyr-dev.tar @@ -92,7 +92,7 @@ jobs: uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: freyr-dev path: /tmp