Skip to content

Commit 66e16e1

Browse files
Bump actions/download-artifact from 4 to 5
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] <support@github.com>
1 parent 59e4ed0 commit 66e16e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: if [ -d /Library/Frameworks/Python.framework ]; then sudo rm -rf /Library/Frameworks/Python.framework; fi
131131

132132
- name: Download artifact
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v5
134134
with:
135135
name: ${{ env.ARTIFACT_NAME }}
136136
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
@@ -199,7 +199,7 @@ jobs:
199199
needs: test_python
200200
runs-on: ubuntu-latest
201201
steps:
202-
- uses: actions/download-artifact@v4
202+
- uses: actions/download-artifact@v5
203203

204204
- name: Publish Release ${{ env.VERSION }}
205205
id: create_release

0 commit comments

Comments
 (0)