diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index d24120fe..af22815e 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -92,7 +92,7 @@ jobs: run: | tar -czf ${{ runner.temp }}/maven-repo.tgz -C ~ .m2/repository - name: Persist Maven Repo - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: maven-repo path: ${{ runner.temp }}/maven-repo.tgz