Skip to content

Commit 8241a83

Browse files
Bump actions/download-artifact from 5 to 6 (#3)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c97543 commit 8241a83

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@v5
21+
uses: actions/download-artifact@v6
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@v5
40+
uses: actions/download-artifact@v6
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 --locked --all-extras --group dev
3535

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

0 commit comments

Comments
 (0)