Skip to content

Commit d596ed0

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbea0cd commit d596ed0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232

33-
- uses: actions/download-artifact@v4
33+
- uses: actions/download-artifact@v6
3434
with:
3535
name: dist
3636
path: dist/

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
python -m pip install --upgrade pip tox
7575
76-
- uses: actions/download-artifact@v4
76+
- uses: actions/download-artifact@v6
7777
with:
7878
name: dist
7979
path: dist/
@@ -124,7 +124,7 @@ jobs:
124124
python -m pip install --upgrade coverage[toml] diff_cover
125125
126126
- name: Download coverage reports
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v6
128128
with:
129129
pattern: coverage-*
130130
merge-multiple: true

0 commit comments

Comments
 (0)