Skip to content

Commit 95f1fa3

Browse files
Bump actions/download-artifact from 3 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...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>
1 parent 66ba04c commit 95f1fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ch07-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ubuntu-latest
139139

140140
steps:
141-
- uses: actions/download-artifact@v3
141+
- uses: actions/download-artifact@v7
142142
with:
143143
name: artifact
144144
path: ./ch07/first-python-package/dist # Update to match root of package

0 commit comments

Comments
 (0)