Skip to content

Commit

Permalink
Update release_with_jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil authored Feb 6, 2025
1 parent 9b36e91 commit 172440b
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@v3.0.1
uses: actions/download-artifact@v4
with:
name: jarfiles-java8
- name: Download java 11 jar files
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: jarfiles-java11
- name: Download java 21 jar files
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: jarfiles-java21

Expand Down

0 comments on commit 172440b

Please sign in to comment.