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

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/3.x/actions/upload-artifact-4 into 3.x 2024-01-01 21:17:56 +01:00

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