We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d194ee commit 009a3f8Copy full SHA for 009a3f8
.github/workflows/check.yaml
@@ -105,7 +105,7 @@ jobs:
105
hatch -v env create coverage
106
hatch run coverage:pip freeze
107
- name: Download coverage data
108
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
109
with:
110
path: report
111
pattern: coverage-*
.github/workflows/release.yaml
@@ -38,7 +38,7 @@ jobs:
38
id-token: write
39
steps:
40
- name: Download all the dists
41
42
43
name: ${{ env.dists-artifact-name }}
44
path: dist/
0 commit comments