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 558453b commit 9bd62d6Copy full SHA for 9bd62d6
.github/workflows/verify-staged-artifacts.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Capture Test Results
50
if: failure()
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
52
with:
53
name: test-results
54
path: '**/target/surefire-reports/**/*.*'
0 commit comments