We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e7cb30 + 470b8cb commit f433be8Copy full SHA for f433be8
2 files changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
33
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
34
with:
35
name: dist
36
path: dist/
.github/workflows/tests.yaml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
python -m pip install --upgrade pip tox
75
76
77
78
79
@@ -124,7 +124,7 @@ jobs:
124
python -m pip install --upgrade coverage[toml] diff_cover
125
126
- name: Download coverage reports
127
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
128
129
pattern: coverage-*
130
merge-multiple: true
0 commit comments