Skip to content

Commit aeb772e

Browse files
Bump actions/download-artifact from 5 to 6 in the actions group (#76)
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fffc0a commit aeb772e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
needs: [build-circuit-py-bundles]
102102
steps:
103103
- name: Download bundles
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105
with:
106106
name: bundles
107107
- name: Upload Release Assets
@@ -120,7 +120,7 @@ jobs:
120120
id-token: write
121121
steps:
122122
- name: Download distributions
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
name: dist
126126

0 commit comments

Comments
 (0)