Commit fc54589 1 parent 0b97ff3 commit fc54589 Copy full SHA for fc54589
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 95
95
96
96
- name : " Upload coverage data to GH artifacts 📤"
97
97
if : matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
98
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
98
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
99
99
with :
100
100
name : coverage-data-${{ matrix.python-version }}
101
101
path : .coverage
@@ -143,7 +143,7 @@ jobs:
143
143
python -Im coverage report --fail-under=80
144
144
145
145
- name : " Upload HTML report if check failed 📤"
146
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
146
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
147
147
with :
148
148
name : html-report
149
149
path : htmlcov
@@ -157,7 +157,7 @@ jobs:
157
157
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
158
158
159
159
- name : " Store Pull Request comment to be posted 📤"
160
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
160
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
161
161
if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
162
162
with :
163
163
# leave default names
@@ -185,7 +185,7 @@ jobs:
185
185
continue-on-error : true
186
186
187
187
- name : " Upload profiling data to GH artifacts 📤"
188
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
188
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
189
189
with :
190
190
name : profile-results
191
191
path : docbuild_profile.svg
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
run : python -Im tox run -e docs-linkcheck
135
135
136
136
- name : " Upload file with broken links 📤"
137
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
137
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
138
138
with :
139
139
name : broken-links
140
140
path : docs/_build/linkcheck/output.txt
You can’t perform that action at this time.
0 commit comments