Skip to content

Commit 81ad7cf

Browse files
Bump actions/download-artifact from 5 to 6 (#588)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 151febc commit 81ad7cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "$PWD/.venv/bin" >> $GITHUB_PATH
7474
7575
- name: Download sdist from artifacts
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: pyogrio-sdist
7979
path: wheelhouse
@@ -305,7 +305,7 @@ jobs:
305305
"$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
306306
307307
- name: Download wheels from artifacts
308-
uses: actions/download-artifact@v5
308+
uses: actions/download-artifact@v6
309309
with:
310310
name: ${{ matrix.artifact }}
311311
path: wheelhouse
@@ -347,7 +347,7 @@ jobs:
347347
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
348348

349349
steps:
350-
- uses: actions/download-artifact@v5
350+
- uses: actions/download-artifact@v6
351351
with:
352352
pattern: pyogrio-*
353353
path: dist

0 commit comments

Comments
 (0)