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 fd99b1a commit 56d20e7Copy full SHA for 56d20e7
.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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