From 135cb150ace3d89e54e144e5ca245ee331026413 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 10 Feb 2025 13:05:17 +0100 Subject: Bump actions version --- .github/workflows/gen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index e9148a6..cce666b 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -42,7 +42,7 @@ jobs: - name: Generate files run: ./gen - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./pub @@ -55,4 +55,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 -- cgit v1.2.3