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 0ca1c97 commit 19e71e9Copy full SHA for 19e71e9
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
timeout-minutes: 3
126
- run: pip install coverage[toml]
127
- name: Download coverage data
128
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129
with:
130
pattern: coverage-data-*
131
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