diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d24ee2969..0789dbcbf 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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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 fc7163075..55435e1c4 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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: dumps