From c09a9e267d18bfbb6b13689853879baf5af3e794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:01:19 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#52) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e01ddee..e7bebb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,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 @@ -247,7 +247,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 @@ -270,7 +270,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