From 4beb1188825f7070cfc7e1395f3430316215679e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:01:45 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#127) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e40b93d..fca4bd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -292,7 +292,7 @@ jobs: submodules: true - name: Download wheels from artifact storage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels path: dist @@ -358,7 +358,7 @@ jobs: python-version: '3.10' - name: Download wheels from artifact storage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels path: dist @@ -386,7 +386,7 @@ jobs: steps: - name: Download wheels from artifact storage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels path: dist @@ -411,7 +411,7 @@ jobs: steps: - name: Download docs HTML from artifact storage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs path: dist-docs