Skip to content

Commit 61c4d12

Browse files
Bump actions/download-artifact from 4 to 6 (#364)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96ebf90 commit 61c4d12

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
@@ -126,7 +126,7 @@ jobs:
126126
run: if [ -d /Library/Frameworks/Python.framework ]; then sudo rm -rf /Library/Frameworks/Python.framework; fi
127127

128128
- name: Download artifact
129-
uses: actions/download-artifact@v4
129+
uses: actions/download-artifact@v7
130130
with:
131131
name: ${{ env.ARTIFACT_NAME }}
132132
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
@@ -195,7 +195,7 @@ jobs:
195195
needs: test_python
196196
runs-on: ubuntu-latest
197197
steps:
198-
- uses: actions/download-artifact@v4
198+
- uses: actions/download-artifact@v7
199199

200200
- name: Publish Release ${{ env.VERSION }}
201201
id: create_release

0 commit comments

Comments
 (0)