We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9373528 commit d03d1b3Copy full SHA for d03d1b3
.github/workflows/release.yml
@@ -89,14 +89,14 @@ jobs:
89
90
- name: Upload stdout.log
91
if: failure()
92
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
93
with:
94
name: maven-stdout
95
path: /tmp/logs-stdout.log
96
97
- name: Upload stderr.log
98
99
100
101
name: maven-stderr
102
path: /tmp/logs-stderr.log
0 commit comments