Skip to content

Commit 0baf068

Browse files
authored
Merge pull request #6 from goswinr/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 8d2830b + 3fae9cd commit 0baf068

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
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet fsdocs build --properties Configuration=Release --input Docs --output DocsGenerated
4040

4141
- name: Upload documentation html files
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: ./DocsGenerated
4545

0 commit comments

Comments
 (0)