We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7650e commit 41ee0e9Copy full SHA for 41ee0e9
.github/workflows/push.yml
@@ -36,7 +36,7 @@ jobs:
36
${{ runner.os }}-
37
- name: Run maven build
38
run: mvn verify -s .github/workflows/settings.xml
39
- - uses: actions/upload-artifact@v4.4.3
+ - uses: actions/upload-artifact@v4.5.0
40
with:
41
path: target/*-SNAPSHOT.jar
42
- name: Sonar Scan
0 commit comments