@@ -156,14 +156,14 @@ jobs:
156156 run : .\scripts\run-tests.bat
157157 - if : success() || failure()
158158 name : Upload JUnit Test Results
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 name : test-results-${{ matrix.framework }}-${{ matrix.version }}-asyncio-${{ matrix.asyncio }}
162162 path : " **/*-python-agent-junit.xml"
163163 retention-days : 1
164164 - if : success() || failure()
165165 name : Upload Coverage Reports
166- uses : actions/upload-artifact@v4
166+ uses : actions/upload-artifact@v5
167167 with :
168168 name : coverage-reports-${{ matrix.framework }}-${{ matrix.version }}-asyncio-${{ matrix.asyncio }}
169169 path : " **/.coverage*"
@@ -210,7 +210,7 @@ jobs:
210210
211211 - run : python -Im pip install --upgrade coverage[toml]
212212
213- - uses : actions/download-artifact@v5
213+ - uses : actions/download-artifact@v6
214214 with :
215215 pattern : coverage-reports-*
216216 merge-multiple : true
@@ -227,7 +227,7 @@ jobs:
227227 python -Im coverage report --fail-under=84
228228
229229 - name : Upload HTML report
230- uses : actions/upload-artifact@v4
230+ uses : actions/upload-artifact@v5
231231 with :
232232 name : html-coverage-report
233233 path : htmlcov
0 commit comments