Skip to content

Commit

Permalink
Update CI_snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j3r3m1 authored Sep 16, 2024
1 parent 21eca55 commit b2da289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
steps:
# Checkout the source code of the project
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Setup the jdk using version 11 of adoptOpenJDK
- name: Java setup
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 11
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:

# Upload the jar with dependencies
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: geoclimate-${{ env.VERSION }}
path: |
geoclimate-cli/target/geoclimate-*.*.*-SNAPSHOT.jar
geoclimate-cli/target/geoclimate-*.*.*-SNAPSHOT.jar

0 comments on commit b2da289

Please sign in to comment.