We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e753b9 commit 11fbfe5Copy full SHA for 11fbfe5
.github/workflows/gradle.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./gradlew shadowJar
34
35
- name: Upload shadowJar
36
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
37
with:
38
name: example-shadow
39
path: build/libs/example-*-all.jar
0 commit comments