From 89314700a34d4dd88a3a51e886733dd2f7389e67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:19:22 +0700 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#82) --- .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 a4864c7..e239f52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nupkgs - name: Push to GitHub @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nupkgs - name: Push to NuGet