mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/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] <support@github.com>
This commit is contained in:
parent
51175d3e15
commit
a651f7d5db
6
.github/workflows/build-wheels.yaml
vendored
6
.github/workflows/build-wheels.yaml
vendored
@ -207,7 +207,7 @@ jobs:
|
|||||||
allow-prereleases: true
|
allow-prereleases: true
|
||||||
|
|
||||||
- name: Download wheels from artifacts
|
- name: Download wheels from artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
pattern: wheels-*
|
pattern: wheels-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
@ -260,13 +260,13 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Download sdist artifact
|
- name: Download sdist artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Download wheels artifacts
|
- name: Download wheels artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
pattern: wheels-*
|
pattern: wheels-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user