From b2da2893dd791870a65d96bf7b1c54a280801950 Mon Sep 17 00:00:00 2001 From: jeremy-b Date: Mon, 16 Sep 2024 17:31:43 +0200 Subject: [PATCH] Update CI_snapshot.yml Need to update (https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/) --- .github/workflows/CI_snapshot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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