From 83c64f6177b4e3be74ab2b538a07bc50f469c8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:38:04 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 62611c7..f828409 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: source - @@ -108,7 +108,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: source - @@ -116,7 +116,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Download docker image - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: schema-registry-client-${{ matrix.php.version }} - @@ -186,7 +186,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: source - @@ -194,7 +194,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Download docker image - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: schema-registry-client-7.4 -