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 7540474 commit 1cb8029Copy full SHA for 1cb8029
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
shell: bash
71
run: find . -type d -name '*-reports' -o -name "*.log" | tar -czf test-reports-apitest.tgz -T -
72
- name: Upload failure Archive (if maven failed)
73
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
74
if: failure()
75
with:
76
name: test-reports-apitest
@@ -126,7 +126,7 @@ jobs:
126
127
run: find . -type d -name '*-reports' -o -name "*.log" | tar -czf test-reports-${{ matrix.runtime }}.tgz -T -
128
129
130
131
132
name: test-reports-${{ matrix.runtime }}
0 commit comments