Skip to content

Commit 7509fe4

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 09fde58 commit 7509fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create CNAME file for GitHub Pages
5050
run: echo "docs.counterapi.dev" > ./site/CNAME
5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v3
52+
uses: actions/upload-pages-artifact@v4
5353
with:
5454
path: ./site
5555

0 commit comments

Comments
 (0)