From d8e7808318130d44fd26b8404088917957f38577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:39:55 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 3b45526f2..971f3b431 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -255,7 +255,7 @@ jobs: yarn lint - name: 📥 Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ogmios-${{ github.sha }}-${{ matrix.arch }}-${{ matrix.os }} path: server @@ -442,7 +442,7 @@ jobs: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: 📥 Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ogmios-${{ github.sha }}-${{ matrix.arch }}-${{ matrix.os }} path: server @@ -560,7 +560,7 @@ jobs: type=semver,pattern=v{{version}} - name: 📥 Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ogmios-${{ github.sha }}-${{ matrix.arch }}-${{ matrix.os }} path: server @@ -601,7 +601,7 @@ jobs: target: [ ogmios ] steps: - name: 📥 Download digests - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: digests path: /tmp/digests