Skip to content

Commit 2c70d86

Browse files
chore(deps): bump actions/download-artifact
Bumps the actions-infrastructure group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16cc4e5 commit 2c70d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download packages built by build-and-inspect-python-package
115-
uses: actions/download-artifact@v7
115+
uses: actions/download-artifact@v8
116116
with:
117117
name: Packages
118118
path: dist

0 commit comments

Comments
 (0)