Skip to content

Commit

Permalink
Trying another artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
jblattgerste authored Oct 8, 2024
1 parent 93c5e35 commit f6c02c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Upload the generated documentation
- name: Upload site artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: _site
path: _site # Must equals the 'build.dest' value on your docfx.json
Expand All @@ -43,7 +43,7 @@ jobs:

# Download the generated documentation
- name: Download site artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: _site

Expand Down

0 comments on commit f6c02c0

Please sign in to comment.