@@ -105,15 +105,15 @@ jobs:
105105 python -m pip install --disable-pip-version-check ${{ inputs.requirements }}
106106
107107 - name : 📥 Download artifacts '${{ inputs.unittest_xml_artifact }}' from 'Unittesting' job
108- uses : pyTooling/download-artifact@v7
108+ uses : pyTooling/download-artifact@v8
109109 if : inputs.unittest_xml_artifact != ''
110110 with :
111111 name : ${{ inputs.unittest_xml_artifact }}
112112 path : ${{ fromJson(inputs.unittest_xml).directory }}
113113 investigate : true
114114
115115 - name : 📥 Download artifacts '${{ inputs.coverage_json_artifact }}' from 'PublishCoverageResults' job
116- uses : pyTooling/download-artifact@v7
116+ uses : pyTooling/download-artifact@v8
117117 if : inputs.coverage_json_artifact != ''
118118 with :
119119 name : ${{ inputs.coverage_json_artifact }}
@@ -129,7 +129,7 @@ jobs:
129129 sphinx-build -v -n -b html -d _build/doctrees -j $(nproc) -w _build/html.log . _build/html
130130
131131 - name : 📤 Upload 'HTML Documentation' artifact
132- uses : pyTooling/upload-artifact@v6
132+ uses : pyTooling/upload-artifact@v7
133133 if : inputs.html_artifact != ''
134134 continue-on-error : true
135135 with :
@@ -164,15 +164,15 @@ jobs:
164164 python -m pip install --disable-pip-version-check ${{ inputs.requirements }}
165165
166166 - name : 📥 Download artifacts '${{ inputs.unittest_xml_artifact }}' from 'Unittesting' job
167- uses : pyTooling/download-artifact@v7
167+ uses : pyTooling/download-artifact@v8
168168 if : inputs.unittest_xml_artifact != ''
169169 with :
170170 name : ${{ inputs.unittest_xml_artifact }}
171171 path : ${{ fromJson(inputs.unittest_xml).directory }}
172172 investigate : true
173173
174174 - name : 📥 Download artifacts '${{ inputs.coverage_json_artifact }}' from 'PublishCoverageResults' job
175- uses : pyTooling/download-artifact@v7
175+ uses : pyTooling/download-artifact@v8
176176 if : inputs.coverage_json_artifact != ''
177177 with :
178178 name : ${{ inputs.coverage_json_artifact }}
@@ -272,7 +272,7 @@ jobs:
272272 done
273273
274274 - name : 📤 Upload 'LaTeX Documentation' artifact
275- uses : pyTooling/upload-artifact@v6
275+ uses : pyTooling/upload-artifact@v7
276276 if : inputs.latex_artifact != ''
277277 continue-on-error : true
278278 with :
0 commit comments