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 41d36be commit 57146b4Copy full SHA for 57146b4
.github/workflows/docker.yml
@@ -21,7 +21,7 @@ jobs:
21
run: mvn test
22
- name: Persist Java tests reports
23
if: always()
24
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
25
with:
26
name: Test reports
27
path: |
.github/workflows/test_package.yml
@@ -30,7 +30,7 @@ jobs:
30
run: mvn --batch-mode --update-snapshots test
31
32
33
34
35
36
0 commit comments