about summary refs log tree commit diff
path: root/.github/workflows/page.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/page.yml')
-rw-r--r--.github/workflows/page.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml
index a0a28c6..323c3a6 100644
--- a/.github/workflows/page.yml
+++ b/.github/workflows/page.yml
@@ -23,7 +23,7 @@ jobs:
       - uses: DeterminateSystems/magic-nix-cache-action@main
       - run: nix build .#site --print-build-logs
       - name: Upload artifact
-        uses: actions/upload-pages-artifact@v1
+        uses: actions/upload-pages-artifact@v2
         with:
           path: ./result
   deploy: