diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f35408c76..b7f7086d0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -63,7 +63,7 @@ jobs: shell: bash run: tar -czf maven-repo-${{ github.run_id }}-${{ github.run_number }}.tgz -C ~ .m2/repository - name: Persist Maven Repo - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: maven-repo-${{ github.run_id }}-${{ github.run_number }} path: maven-repo-${{ github.run_id }}-${{ github.run_number }}.tgz