Skip to content

Commit

Permalink
Also fix upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Nov 28, 2024
1 parent 79fb8f9 commit dd5e3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The GitHub Actions workflow that builds and deploys your site to Github Pages is

```yaml
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: docs/_site/
```
Expand Down

0 comments on commit dd5e3d5

Please sign in to comment.