Skip to content

Commit

Permalink
Revert "chore(deps): update actions/upload-pages-artifact action to v…
Browse files Browse the repository at this point in the history
…3" (see #367)

This reverts commit b780f2c.
  • Loading branch information
vorburger committed Dec 20, 2023
1 parent b780f2c commit 88baf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Upload site/ directory as GitHub Pages artifact
if: ${{ github.event_name == 'push' }}
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: "site/"

Expand Down

0 comments on commit 88baf1f

Please sign in to comment.