Skip to content

Commit 9d24952

Browse files
Update actions/upload-pages-artifact action to v4
1 parent cc29829 commit 9d24952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
BASE_URL: "${{ steps.pages.outputs.base_url }}/"
5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
53+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
5454
with:
5555
path: ./docs/public
5656
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)