Skip to content

Commit

Permalink
Upgrade GitHub workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 3, 2024
1 parent 2a2e3d5 commit 3bb88b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v2
Expand All @@ -50,7 +50,7 @@ jobs:
run: make docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-artifact@v4
with:
path: docs

Expand Down

0 comments on commit 3bb88b8

Please sign in to comment.