From 41cb5647e6d3ab47a0a929c21d2d285134d7e71b Mon Sep 17 00:00:00 2001 From: phnx47-bot <78849906+phnx47-bot@users.noreply.github.com> Date: Fri, 15 Dec 2023 03:17:56 +0700 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#117) --- .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 3a8a35f..4c1b441 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,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 pkg.github.com @@ -82,7 +82,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.org