Skip to content

Commit 95488a1

Browse files
authored
Merge pull request #576 from neo4j/renovate/actions-upload-pages-artifact-4.x
Update actions/upload-pages-artifact action to v4
2 parents 1922565 + 587775e commit 95488a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm run docs
4444
touch ./docs/build/site/.nojekyll
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v3
46+
uses: actions/upload-pages-artifact@v4
4747
with:
4848
# Upload docs
4949
path: "./docs/build/site"

0 commit comments

Comments
 (0)