diff options
author | Marvin Borner | 2025-02-10 13:05:17 +0100 |
---|---|---|
committer | Marvin Borner | 2025-02-10 13:05:17 +0100 |
commit | 135cb150ace3d89e54e144e5ca245ee331026413 (patch) | |
tree | 9a91f405a3c124ec4315dab1f889419fc5179c0a /.github/workflows | |
parent | e5bf33cdde3e59d59cfe56c6df48547ec17e48c9 (diff) |
Bump actions version
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gen.yml | 4 |
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 |