From cd241776f9249c3d3f04c99633160e6a85b6ca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:13:44 +0000 Subject: [PATCH] chore: Bump actions/download-artifact from 4.1.7 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/early-access.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 8fcd7540..5f75b271 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Download all build artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 - name: Check out repository uses: actions/checkout@v4.1.5 @@ -120,7 +120,7 @@ jobs: run: git checkout ${{ steps.head.outputs.content }} - name: Download all build artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: path: /tmp/artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e11454f..2562f2e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: steps: - name: Download all build artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 - name: Read HEAD ref id: head @@ -171,7 +171,7 @@ jobs: steps: # must read HEAD before checkout - name: Download all build artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 - name: Read HEAD ref id: head @@ -202,7 +202,7 @@ jobs: # checkout will clobber downloaded artifacts; we have to download them again - name: Download all build artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: path: /tmp/artifacts