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 b68bff8 commit 5b9a865Copy full SHA for 5b9a865
.github/workflows/check.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
31
- name: Check ${{ matrix.task }}
32
run: ./gradlew ${{ matrix.task }}
33
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
34
if: ${{ always() }}
35
with:
36
name: ${{ matrix.task }}-report
0 commit comments