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 fe25a47 commit 3ff01b7Copy full SHA for 3ff01b7
.github/workflows/Build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Upload test reports
50
if: always()
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: test-reports
54
path: '**/build/reports/tests'
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments