Update actions/upload-pages-artifact action to v4
change
commit e3847e325a3a6362b6d959b931eaf3549dad777d
author renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
date
parent tpnkqqnw
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d167d3..bff4255 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
           tar xzf snapshots.tar.gz -C gallery
           bundle exec rake "snapshots:gallery[gallery,gallery/index.html]"
           cp public/favicon.svg gallery/
-      - uses: actions/upload-pages-artifact@v3
+      - uses: actions/upload-pages-artifact@v4
         with:
           path: gallery
       - id: deployment