Skip to content

Commit 3692f8a

Browse files
Bump actions/download-artifact from 4 to 5 (#1520)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26b3cdb commit 3692f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ jobs:
185185
if: ${{ github.repository_owner == 'pyproj4' && github.event_name != 'pull_request' }}
186186
runs-on: ubuntu-latest
187187
steps:
188-
- uses: actions/download-artifact@v4
188+
- uses: actions/download-artifact@v5
189189
with:
190190
name: sdist
191191
path: dist
192-
- uses: actions/download-artifact@v4
192+
- uses: actions/download-artifact@v5
193193
continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
194194
with:
195195
pattern: wheels-*

0 commit comments

Comments
 (0)