From 5122a7bea1b5b58c6551f68a58e3e6ea8151f17d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:48:07 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e0d2ff..e934b54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/download-artifact@v4.1.2 + - uses: actions/download-artifact@v4.1.3 with: name: image - run: | @@ -50,7 +50,7 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4.1.2 + - uses: actions/download-artifact@v4.1.3 with: name: image - run: |