Skip to content

Commit 4d058e7

Browse files
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] <[email protected]>
1 parent aa02fef commit 4d058e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Download sdist artifact
21-
uses: actions/download-artifact@v6
21+
uses: actions/download-artifact@v7
2222
with:
2323
name: sdist
2424
path: ./dist
@@ -37,7 +37,7 @@ jobs:
3737
id-token: write
3838
steps:
3939
- name: Download sdist artifact
40-
uses: actions/download-artifact@v6
40+
uses: actions/download-artifact@v7
4141
with:
4242
name: sdist
4343
path: ./dist

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: uv sync --all-groups --python ${{ matrix.python-version }}
3535

3636
- name: Download sdist artifact
37-
uses: actions/download-artifact@v6
37+
uses: actions/download-artifact@v7
3838
with:
3939
name: sdist
4040
path: ./dist

0 commit comments

Comments
 (0)