Skip to content

Commit 95065e4

Browse files
⬆ Bump actions/download-artifact from 4 to 5 (#69)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandra <[email protected]>
1 parent df65a4e commit 95065e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smokeshow.yml

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

2525
- run: pip install smokeshow
2626

27-
- uses: actions/download-artifact@v4
27+
- uses: actions/download-artifact@v5
2828
with:
2929
name: coverage-html
3030
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# cache: "pip"
9292
# cache-dependency-path: pyproject.toml
9393
- name: Get coverage files
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
pattern: coverage-*
9797
path: coverage

0 commit comments

Comments
 (0)