aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2025-02-10 13:05:17 +0100
committerMarvin Borner2025-02-10 13:05:17 +0100
commit135cb150ace3d89e54e144e5ca245ee331026413 (patch)
tree9a91f405a3c124ec4315dab1f889419fc5179c0a /.github/workflows
parente5bf33cdde3e59d59cfe56c6df48547ec17e48c9 (diff)
Bump actions version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gen.yml4
1 files changed, 2 insertions, 2 deletions
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