Skip to content

Commit a31069b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)