From 6909790de6b7bc47a1d7d4981519ea970863810f Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 17 Mar 2025 15:06:09 -0400 Subject: [PATCH] Update GitHub Actions to use download-artifact@v4 for enhanced performance --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d20500..8b63e08 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Download NCC build directory - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ncc-build path: build @@ -107,13 +107,13 @@ jobs: steps: - name: Download redist.zip - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: redist-zip path: . - name: Download Debian package - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ncc-deb path: .