Bump actions/upload-artifact from 3 to 4 #70

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/actions/upload-artifact-4 into main 2024-01-01 17:42:54 +01:00
Showing only changes of commit 9ba887a85c - Show all commits

View file

@ -36,7 +36,7 @@ jobs:
- run: mvn $MAVEN_ARGS dependency:go-offline - run: mvn $MAVEN_ARGS dependency:go-offline
- run: mvn $MAVEN_ARGS verify - run: mvn $MAVEN_ARGS verify
- run: mvn $MAVEN_ARGS site - run: mvn $MAVEN_ARGS site
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
path: target/site path: target/site