Skip to content

Commit 4b3c746

Browse files
authored
Merge pull request #5 from PragyanTiwari/renovate/actions-upload-pages-artifact-4.x
chore(deps): update actions/upload-pages-artifact action to v4
2 parents decd525 + ac36c32 commit 4b3c746

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)