@@ -95,15 +95,15 @@ jobs:
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
98
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
99
99
with :
100
100
name : coverage-data-${{ matrix.python-version }}
101
101
path : .coverage
102
102
if-no-files-found : ignore
103
103
include-hidden-files : true
104
104
105
105
- name : " Upload Playwright traces, if any 🐾"
106
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6
106
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6
107
107
if : ${{ failure() }}
108
108
with :
109
109
name : playwright-traces-${{ matrix.os }}-${{ matrix.python-version }}
@@ -150,7 +150,7 @@ jobs:
150
150
python -Im coverage report --fail-under=80
151
151
152
152
- name : " Upload HTML report if check failed 📤"
153
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
153
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
154
154
with :
155
155
name : html-report
156
156
path : htmlcov
@@ -164,7 +164,7 @@ jobs:
164
164
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
165
165
166
166
- name : " Store Pull Request comment to be posted 📤"
167
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
167
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
168
168
if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
169
169
with :
170
170
# leave default names
@@ -192,7 +192,7 @@ jobs:
192
192
continue-on-error : true
193
193
194
194
- name : " Upload profiling data to GH artifacts 📤"
195
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
195
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
196
196
with :
197
197
name : profile-results
198
198
path : docbuild_profile.svg
0 commit comments