Skip to content

Commit ac36c32

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent a00fb5b commit ac36c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Upload the generated site as an artifact for the deploy job
4444
- name: 📤 Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: _site # Directory containing the built site
4848

0 commit comments

Comments
 (0)