From 317657ac2d9afe1977ed226ddc8101546cc401a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:08 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-python.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index d79bd3c..4ed4ada 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - name: Download a previously created wheel - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: python_bsonjs-3.7-${{ matrix.os }}-wheel - name: Test wheel @@ -71,7 +71,7 @@ jobs: name: Test CPython ${{ matrix.python-version }}-${{ matrix.container }} steps: - name: Download a previously created wheel - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: python_bsonjs-3.7-${{ matrix.os }}-wheel - name: Test wheel @@ -100,7 +100,7 @@ jobs: name: Download Wheels steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Flatten directory working-directory: . run: | @@ -120,7 +120,7 @@ jobs: id-token: write steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: all-dist-${{ github.head_ref || github.ref_name }} path: dist/