Skip to content

Commit

Permalink
Fix workflow dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
trolologuy authored Sep 10, 2024
1 parent 9ef3652 commit 296a6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cmd: docs:build # runs the `yarn docs:build` command

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
# Artifact name
name: github-pages # optional, default is github-pages
Expand Down

0 comments on commit 296a6fa

Please sign in to comment.