From 3d015e71ce943e232c0a8bc5efa5e18036858b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:34:08 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c4f709d..ea1c2211 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: echo "$PWD/.venv/bin" >> $GITHUB_PATH - name: Download sdist from artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: pyogrio-sdist path: wheelhouse @@ -305,7 +305,7 @@ jobs: "$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append - name: Download wheels from artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.artifact }} path: wheelhouse @@ -347,7 +347,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: pyogrio-* path: dist