We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96bbff commit 488cebaCopy full SHA for 488ceba
1 file changed
.github/workflows/phase3-ci.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Upload test results
51
if: always()
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
53
with:
54
name: test-results-${{ matrix.service }}
55
path: '**/test-results.trx'
0 commit comments