We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b512c commit 9a9e03dCopy full SHA for 9a9e03d
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Upload Test Results
42
if: ${{ !cancelled() }}
43
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
44
with:
45
name: test-results-${{ matrix.os }}-java-${{ matrix.java-version }}
46
path: "**/build/test-results/"
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload Documentation
55
if: matrix.os == 'ubuntu-latest' && matrix.java-version == 25
56
57
58
name: documentation
59
path: ./build/dokka/html
0 commit comments