diff --git a/.github/workflows/CI_snapshot.yml b/.github/workflows/CI_snapshot.yml index 9173789bbc..b16ec21a9d 100644 --- a/.github/workflows/CI_snapshot.yml +++ b/.github/workflows/CI_snapshot.yml @@ -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 @@ -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 \ No newline at end of file + geoclimate-cli/target/geoclimate-*.*.*-SNAPSHOT.jar