diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1294696..d98aeb6 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Cache the maven artifacts - uses: actions/cache@v3 + uses: actions/cache@v1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -53,7 +53,7 @@ jobs: run: mkdir staging && cp target/*.jar staging - name: Upload build artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: Package path: staging