Skip to content

Commit

Permalink
Use actions/upload-pages-artifact instead of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 3, 2024
1 parent 3c64694 commit 8d9c2c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:

- name: Upload artifact
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: docs

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8d9c2c1

Please sign in to comment.