From c1ae5f0f287e6b2513e292a78bbef5c5f57309a8 Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Sun, 3 May 2026 19:20:30 +0300 Subject: [PATCH] fix: update download-artifact action version to v8 for consistency --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ec80eef..2e97f59 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist @@ -95,7 +95,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist