From 6f9cc5b028365f9ca5c297782c56351da670d504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:05:33 +0000 Subject: [PATCH] chore: Bump actions/download-artifact from 4.1.0 to 4.1.4 (#340) --- .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 8caf4ecf..3310184d 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.0 + uses: actions/download-artifact@v4.1.4 - name: Check out repository uses: actions/checkout@v4.1.2 @@ -120,7 +120,7 @@ jobs: run: git checkout ${{ steps.head.outputs.content }} - name: Download all build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.4 with: path: /tmp/artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b547253a..f6b2d16b 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.0 + uses: actions/download-artifact@v4.1.4 - 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.0 + uses: actions/download-artifact@v4.1.4 - 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.0 + uses: actions/download-artifact@v4.1.4 with: path: /tmp/artifacts