Skip to content

Commit 501c31b

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4aa8be5 commit 501c31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Checkout pyjnius
133133
uses: actions/checkout@v5
134134

135-
- uses: actions/download-artifact@v4
135+
- uses: actions/download-artifact@v5
136136
with:
137137
name: wheels-${{ matrix.wheel_upload_pool }}
138138
path: dist
@@ -201,7 +201,7 @@ jobs:
201201
- test_wheels
202202
runs-on: 'ubuntu-latest'
203203
steps:
204-
- uses: actions/download-artifact@v4
204+
- uses: actions/download-artifact@v5
205205
with:
206206
pattern: wheels-*
207207
path: dist

0 commit comments

Comments
 (0)