Skip to content

Commit d4cb3ac

Browse files
authored
chore: update download-artifact, upload-artifact actions
1 parent f32a773 commit d4cb3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew shadowJar
3434

3535
- name: Upload shadowJar
36-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
36+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737
with:
3838
name: example-shadow
3939
path: build/libs/example-*-all.jar
@@ -44,7 +44,7 @@ jobs:
4444
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
4545

4646
steps:
47-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
47+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4848
with:
4949
name: example-shadow
5050
path: release-artifacts/

0 commit comments

Comments
 (0)