We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbea0cd + d596ed0 commit 3c07b6eCopy full SHA for 3c07b6e
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
33
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
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@v4
+ uses: actions/download-artifact@v6
128
129
pattern: coverage-*
130
merge-multiple: true
0 commit comments