Skip to content

Commit

Permalink
Update JRE artifact names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Nov 4, 2024
1 parent e0eb98e commit b4b09b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
- name: Download ubuntu-latest Artifact
uses: actions/download-artifact@v4
with:
name: ubuntu-20.04-jre
name: ubuntu-22.04-jre

- name: Download macOS-latest Artifact
uses: actions/download-artifact@v4
with:
name: macos-12-jre
name: macos-14-jre

- name: Download windows-latest Artifact
uses: actions/download-artifact@v4
with:
name: windows-2022-jre

0 comments on commit b4b09b7

Please sign in to comment.