File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
- run : python -Im pip install --upgrade coverage[toml]
133
133
134
134
- name : " Download coverage data 📥"
135
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
135
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
136
136
with :
137
137
pattern : coverage-data-*
138
138
merge-multiple : true
Original file line number Diff line number Diff line change 28
28
29
29
# this needs the .coverage file so we download from the CI workflow artifacts
30
30
- name : " Download coverage data 📥"
31
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
31
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
32
32
with :
33
33
pattern : coverage-data-*
34
34
merge-multiple : true
Original file line number Diff line number Diff line change 85
85
url : https://pypi.org/p/pydata-sphinx-theme
86
86
steps :
87
87
- name : " Download PST built package 📦"
88
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
88
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
89
89
with :
90
90
name : Packages
91
91
path : dist
You can’t perform that action at this time.
0 commit comments