From 4db325e4b8d754409829070aa8c9d6a78896ad93 Mon Sep 17 00:00:00 2001 From: Skgland Date: Fri, 10 Apr 2026 23:16:58 +0200 Subject: [PATCH] update actions/download-artifact@v4 -> actions/download-artifact@v8 --- .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 3658d2ec..1fb48656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: needs: [build-test] steps: # Download prebuilt ubuntu binary from build-test job, setup logtalk - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: scryer-prolog_ubuntu-22.04_x86_64-unknown-linux-gnu - run: | @@ -220,7 +220,7 @@ jobs: needs: [build-test] if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 - name: Zip binaries for release run: | zip scryer-prolog_macos-latest.zip ./scryer-prolog_macos-latest_x86_64-apple-darwin/scryer-prolog -- 2.54.0