From 6642161002dc36c3a813b56c9d6d7ec39c825c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:53:04 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.2 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9bc31d5ccc31df68ecc42ccf4149144866c47d8a...fa0a91b85d4f404e444e00e005971372dc801d16) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ad297c..76b956b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: runs-on: ubuntu-latest needs: [generate-api-code, docker-API-Builder] steps: - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v3 - name: List java-api Directory Contents run: ls -rotl java-api @@ -454,7 +454,7 @@ jobs: # contents: read # steps: # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2 -# - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 +# - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v3 # - name: Prepare # run: | # pushd lightswitch-chaincode/build/libs