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 de6766d commit b0b7364Copy full SHA for b0b7364
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
timeout-minutes: 3
127
- run: pip install coverage[toml]
128
- name: Download coverage data
129
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
130
with:
131
pattern: coverage-data-*
132
merge-multiple: true
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
steps:
46
- name: fetch dists
47
48
49
name: pyopenssl-dists
50
path: dist/
0 commit comments