File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
- run : python -Im pip install --upgrade coverage[toml]
126
126
127
127
- name : " Download coverage data 📥"
128
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
128
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
129
129
with :
130
130
pattern : coverage-data-*
131
131
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@fa0a91b85d4f404e444e00e005971372dc801d16
31
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
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@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
88
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
89
89
with :
90
90
name : Packages
91
91
path : dist
You can’t perform that action at this time.
0 commit comments