diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5957cfe0a..e298db033 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.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/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 0a2eb9650..f0c7ae724 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -80,7 +80,7 @@ jobs: echo "Running Citrus tests for Kamelets" ./mvnw clean verify -pl :camel-kamelets-itest -Denable.integration.tests - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: failure() with: name: dumps