We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32a773 commit d4cb3acCopy full SHA for d4cb3ac
.github/workflows/gradle.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./gradlew shadowJar
34
35
- name: Upload shadowJar
36
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
37
with:
38
name: example-shadow
39
path: build/libs/example-*-all.jar
@@ -44,7 +44,7 @@ jobs:
44
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
45
46
steps:
47
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
48
49
50
path: release-artifacts/
0 commit comments