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 3232015 commit 5f461dfCopy full SHA for 5f461df
.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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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