We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cae24 commit 1bf1e17Copy full SHA for 1bf1e17
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
if: ${{ steps.keystore.outputs.available != 'true' }}
43
run: mvn --batch-mode --update-snapshots package
44
45
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
46
with:
47
name: repository
48
path: repo/target/repository/
0 commit comments