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 5627a9b commit dd51befCopy full SHA for dd51bef
.github/workflows/gradle.yml
@@ -77,7 +77,7 @@ jobs:
77
# ls build
78
79
- name: Upload Test Report
80
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
81
if: always() # always run even if the previous step fails
82
with:
83
name: junit-test-results-${{ matrix.tag }}
@@ -101,7 +101,7 @@ jobs:
101
102
steps:
103
- name: Download Test Report
104
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
105
106
107
- name: Publish Test Report
0 commit comments