Skip to content

Commit

Permalink
try fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfroediger committed Feb 5, 2025
1 parent ad4d6e0 commit 7761108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
mv combined/lang_docs/tableauhyperapi-java-docs-* combined/lang_docs/java
- name: Upload webpage artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'combined'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proof.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
GITHUB_BASE_PATH: ${{ steps.setup-pages.outputs.base_path }}

- name: Upload webpage artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'website/build'

0 comments on commit 7761108

Please sign in to comment.