We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d293b6 + 96a4376 commit d340b5cCopy full SHA for d340b5c
.github/workflows/maven.yml
@@ -40,14 +40,14 @@ jobs:
40
41
- name: Upload Test Results
42
if: always()
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
with:
45
name: test-results
46
path: target/surefire-reports/
47
48
- name: Upload Security Reports
49
50
51
52
name: security-reports
53
path: |
.github/workflows/security-scan.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
name: security-scan-reports
0 commit comments