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 7f93235 commit 4fd2f9fCopy full SHA for 4fd2f9f
.github/workflows/cd.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
if: github.event_name == 'release' && github.event.action == 'published'
38
steps:
39
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
40
with:
41
name: Packages
42
path: dist
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Install Nox-under-test
93
run: uv pip install --system .
94
- name: Download individual coverage reports
95
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
96
97
pattern: coverage-*
98
merge-multiple: true
0 commit comments