mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-17 11:29:56 +00:00
chore(deps): bump actions/download-artifact from 4 to 8 (#2253)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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>
This commit is contained in:
2
.github/workflows/generate-release.yml
vendored
2
.github/workflows/generate-release.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Download built distributions
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: python-dist
|
||||
path: dist
|
||||
|
||||
Reference in New Issue
Block a user