diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6eab5425a..90876c2ea 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -66,7 +66,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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: maven-repo-${{ github.run_id }}-${{ github.run_number }} path: maven-repo-${{ github.run_id }}-${{ github.run_number }}.tgz diff --git a/.github/workflows/yaks-tests.yaml b/.github/workflows/yaks-tests.yaml index aa0f12331..ed013ca93 100644 --- a/.github/workflows/yaks-tests.yaml +++ b/.github/workflows/yaks-tests.yaml @@ -77,7 +77,7 @@ jobs: echo "Running YAKS tests for Kamelets" ./mvnw clean verify -pl :camel-kamelets-itest -Denable.yaks.tests - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 if: failure() with: name: dumps