Skip to content

Commit d6b1e9f

Browse files
Bump actions/download-artifact from 5 to 7 (#262)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 d3b728c commit d6b1e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: ${{ matrix.python-version }}
5353
cache: pip
5454
- name: Download built package
55-
uses: actions/download-artifact@v6
55+
uses: actions/download-artifact@v7
5656
with:
5757
name: built-package
5858
path: dist

0 commit comments

Comments
 (0)