Skip to content

Commit 83f3e63

Browse files
Bump actions/download-artifact from 4 to 6 (#430)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 963300c commit 83f3e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
python=3.11
122122
123123
- name: Download conda package artifact
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: artifact-conda-package
127127
path: /tmp/local-channel/linux-64
@@ -168,7 +168,7 @@ jobs:
168168
manifest-path: pyproject.toml
169169

170170
- name: Download conda package artifact
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: artifact-conda-package
174174

0 commit comments

Comments
 (0)