diff options
author | Marvin Borner | 2025-02-10 12:22:31 +0100 |
---|---|---|
committer | Marvin Borner | 2025-02-10 12:22:31 +0100 |
commit | dfa4124ed6c503015ed8d0c7375611038f5a5a74 (patch) | |
tree | b9d2f452495042527c830e6b160654b1ca8963a3 | |
parent | a092667b836415f4f129afd061504ca94c07a05d (diff) |
Bumped deprecated actions
-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 c11ac27..e2eeca5 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -34,7 +34,7 @@ jobs: sudo apt install python3 cd std/ && ./generate_map.py >../docs/std_map.json - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: docs/ @@ -47,4 +47,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 |