Skip to content

Commit b3d7adb

Browse files
authored
Merge pull request #94 from mendixlabs/dependabot/github_actions/actions/upload-pages-artifact-4
ci: bump actions/upload-pages-artifact from 3 to 4
2 parents af50fc2 + 8b78198 commit b3d7adb

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Upload artifact
4040
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
path: docs-site/book
4444

0 commit comments

Comments
 (0)