Skip to content

Commit 064cdd5

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 91af695 commit 064cdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload artifact
4444
if: github.ref == 'refs/heads/main'
45-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
45+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
4646
with:
4747
path: "website/_site/"
4848

0 commit comments

Comments
 (0)