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.
2 parents 52f80ef + 3e9b6a4 commit afdbbbbCopy full SHA for afdbbbb
.github/workflows/cd.yml
@@ -14,7 +14,7 @@ jobs:
14
dist:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
@@ -31,7 +31,7 @@ jobs:
31
if: github.event_name == 'release' && github.event.action == 'published'
32
33
34
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
35
36
name: Packages
37
path: dist
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- "3.13"
24
name: Check Python ${{ matrix.python-version }}
25
26
27
28
fetch-depth: 0 # Only needed if using setuptools-scm
29
0 commit comments