Skip to content

Commit 7c2a828

Browse files
Update actions/upload-pages-artifact action to v5
1 parent 968c61d commit 7c2a828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 tool restore
4040
- run: dotnet docfx docs/docfx.json
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v4
42+
uses: actions/upload-pages-artifact@v5
4343
with:
4444
path: docs/_site
4545
- id: deployment

0 commit comments

Comments
 (0)