Skip to content

Commit

Permalink
Merge pull request #534 from tdrwenski/update-github-action
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
tdrwenski authored Sep 6, 2024
2 parents cc73497 + 0b948b6 commit 9980e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: './gradlew :docs:build'
- name: Upload a preview of the rendered html
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: documentation_${{ github.sha }}
path: docs/build/site
2 changes: 1 addition & 1 deletion .github/workflows/tds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test-command: '-Dtds.content.root.path=$CONTENT_DIR -Dtds.test.gretty.container=${{ matrix.servletcontainer }} --info --stacktrace testAll'
env:
CONTENT_DIR: ${{ github.workspace }}/tds/src/test/content
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: tds_JUnit_Results_${{ github.sha }}_AdoptOpenJDK-HS-${{ matrix.java }}-${{ matrix.servletcontainer }}
Expand Down

0 comments on commit 9980e78

Please sign in to comment.