We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4022e5 + 5a19a3d commit 59dcdf0Copy full SHA for 59dcdf0
1 file changed
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
run: ant report
67
- name: Publish test report files
68
if: always()
69
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
70
with:
71
name: test-report-files-${{ matrix.framework }}
72
path: |
0 commit comments