We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bab9e commit 621448cCopy full SHA for 621448c
2 files changed
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
with:
87
python-version: ${{ matrix.python }}
88
89
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
90
91
name: wheel-${{ matrix.os }}-py${{ matrix.python }}
92
path: dist
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
.github/workflows/publish-wheels.yml
@@ -58,7 +58,7 @@ jobs:
58
59
steps:
60
- name: Download distributions
61
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
62
63
name: dist
64
0 commit comments