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.
2 parents 5a30297 + 5c45a21 commit 647de64Copy full SHA for 647de64
.github/workflows/check.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
31
- name: Check ${{ matrix.task }}
32
run: ./gradlew ${{ matrix.task }}
33
- - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
34
if: ${{ always() }}
35
with:
36
name: ${{ matrix.task }}-report
0 commit comments