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 adf4951 + f307097 commit f3439a0Copy full SHA for f3439a0
.github/workflows/coverage.yml
@@ -68,7 +68,7 @@ jobs:
68
submodules: true
69
- run: sudo apt-get update
70
- run: sudo apt-get install lcov
71
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
72
with:
73
pattern: coverage-*
74
path: build/
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
permissions:
35
id-token: write
36
steps:
37
38
39
pattern: python-gmp-*
40
path: dist/
@@ -51,7 +51,7 @@ jobs:
51
contents: write
52
53
54
55
56
57
0 commit comments