Skip to content

Commit 853102a

Browse files
Bump actions/download-artifact from 3 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66ba04c commit 853102a

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@v5
142142
with:
143143
name: artifact
144144
path: ./ch07/first-python-package/dist # Update to match root of package

0 commit comments

Comments
 (0)