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 9a2ccc4 + 7563113 commit 0d12966Copy full SHA for 0d12966
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
with:
30
fetch-depth: 0
31
@@ -43,7 +43,7 @@ jobs:
43
if: github.event_name == 'release' && github.event.action == 'published'
44
45
46
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
47
48
name: Packages
49
path: dist
.github/workflows/ci_pytest.yml
@@ -28,7 +28,7 @@ jobs:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
32
33
34
0 commit comments