Skip to content

Commit fc51da3

Browse files
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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>
1 parent 6461ec1 commit fc51da3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version: "3.11"
6666
cache: pip
6767
- name: Download distribution artifacts
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v8
6969
with:
7070
name: dist
7171
path: dist/
@@ -101,7 +101,7 @@ jobs:
101101
id-token: write # required for OIDC trusted publishing — no API token needed
102102
steps:
103103
- name: Download distribution artifacts
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v8
105105
with:
106106
name: dist
107107
path: dist/

0 commit comments

Comments
 (0)