From 5c843e304a9728cb1039e003451be0ef9933a92a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:44:20 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/scheduler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduler.yml b/.github/workflows/scheduler.yml index fb395ba..76f3b4a 100644 --- a/.github/workflows/scheduler.yml +++ b/.github/workflows/scheduler.yml @@ -33,7 +33,7 @@ jobs: SPONSORKIT_MOONCELL_PATH: "./assets/data.csv" - name: Upload generated files - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: generated path: | @@ -53,7 +53,7 @@ jobs: ossutil-config: ${{ secrets.OSSUTIL_CONFIG }} - name: Download results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: generated path: ${{ github.workspace }}/generated