Skip to content

Commit 3afa697

Browse files
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](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] <support@github.com>
1 parent 5381a64 commit 3afa697

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@v5
188+
- uses: actions/download-artifact@v6
189189
with:
190190
name: sdist
191191
path: dist
192-
- uses: actions/download-artifact@v5
192+
- uses: actions/download-artifact@v6
193193
continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
194194
with:
195195
pattern: wheels-*

0 commit comments

Comments
 (0)