Skip to content

Commit 172440b

Browse files
authored
Update release_with_jars.yml
1 parent 9b36e91 commit 172440b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_with_jars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ jobs:
120120

121121
steps:
122122
- name: Download java 8 jar files
123-
uses: actions/download-artifact@v3.0.1
123+
uses: actions/download-artifact@v4
124124
with:
125125
name: jarfiles-java8
126126
- name: Download java 11 jar files
127-
uses: actions/download-artifact@v3.0.1
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: jarfiles-java11
130130
- name: Download java 21 jar files
131-
uses: actions/download-artifact@v3.0.1
131+
uses: actions/download-artifact@v4
132132
with:
133133
name: jarfiles-java21
134134

0 commit comments

Comments
 (0)