diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml index 332b37b6af5d..1aaedc22a192 100644 --- a/.github/workflows/camel-master-cron.yaml +++ b/.github/workflows/camel-master-cron.yaml @@ -91,7 +91,7 @@ jobs: ls -lh ${{ runner.temp }}/maven-repo.tgz df -h / - name: Persist Maven Repo - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: maven-repo path: ${{ runner.temp }}/maven-repo.tgz diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 9cf72ac21870..7b6d9d14ea5f 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -134,7 +134,7 @@ jobs: echo "continue-build=true" >> $GITHUB_OUTPUT fi - name: Upload dependabot changeset - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: steps.pre-build-checks.outputs.continue-build == 'false' with: name: dependabot-pr-changeset @@ -201,7 +201,7 @@ jobs: ls -lh ${{ runner.temp }}/maven-repo.tgz df -h / - name: Persist Maven Repo - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: maven-repo path: ${{ runner.temp }}/maven-repo.tgz diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml index 84b7553411d7..9d50b982dd42 100644 --- a/.github/workflows/quarkus-master-cron.yaml +++ b/.github/workflows/quarkus-master-cron.yaml @@ -92,7 +92,7 @@ jobs: ls -lh ${{ runner.temp }}/maven-repo.tgz df -h / - name: Persist Maven Repo - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: maven-repo path: ${{ runner.temp }}/maven-repo.tgz