Skip to content

Commit 9aeb674

Browse files
ci(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 219f3be commit 9aeb674

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
@@ -94,7 +94,7 @@ jobs:
9494
python-version: ${{ matrix.python-version }}
9595

9696
- name: Download build artifacts
97-
uses: actions/download-artifact@v6
97+
uses: actions/download-artifact@v7
9898
with:
9999
name: dist
100100
path: dist/
@@ -129,7 +129,7 @@ jobs:
129129
fetch-depth: 0
130130

131131
- name: Download build artifacts
132-
uses: actions/download-artifact@v6
132+
uses: actions/download-artifact@v7
133133
with:
134134
name: dist
135135
path: dist/

0 commit comments

Comments
 (0)