From c28c4a7e7af593c13c5857984b5a983e33dd7b85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:07:02 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 888e37e..92e5f49 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: gulp build # to do: we should make this run by `npm test` - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: build-artifacts path: ./build # Adjust this path based on your build output directory @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: build-artifacts path: ./build # Adjust this path based on your build output directory