Skip to content

Commit

Permalink
Update release_with_jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Sep 8, 2024
1 parent ab2df05 commit 0de7060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_with_jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ jobs:

steps:
- name: Download java 8 jar files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3.0.1
with:
name: jarfiles-java8
- name: Download java 11 jar files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3.0.1
with:
name: jarfiles-java11
- name: Download java 21 jar files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3.0.1
with:
name: jarfiles-java21

Expand Down

0 comments on commit 0de7060

Please sign in to comment.