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

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/actions/upload-artifact-4 into main 2024-01-01 21:03:07 +01:00
Showing only changes of commit a239c7cb7b - Show all commits

View file

@ -35,7 +35,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