File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171 - name : Upload coverage to artifacts
7272 if : always()
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v6
7474 with :
7575 name : coverage-report
7676 path : coverage.xml
Original file line number Diff line number Diff line change 7474
7575 - name : Upload SARIF results
7676 if : always()
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v6
7878 with :
7979 name : codeql-results-${{ matrix.language }}
8080 path : sarif-results
Original file line number Diff line number Diff line change 7070 uv tool run safety check --file requirements-dev.txt --output text || true
7171
7272 - name : Upload safety results
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v6
7474 if : always()
7575 with :
7676 name : safety-scan-results
@@ -122,7 +122,7 @@ jobs:
122122 fi
123123
124124 - name : Upload license report
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v6
126126 with :
127127 name : license-report
128128 path : |
@@ -157,7 +157,7 @@ jobs:
157157 echo "Current lock file is up to date" >> outdated-report.md
158158
159159 - name : Upload outdated report
160- uses : actions/upload-artifact@v4
160+ uses : actions/upload-artifact@v6
161161 with :
162162 name : outdated-report
163163 path : outdated-report.md
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Upload load test results
116116 if : always()
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v6
118118 with :
119119 name : load-test-results
120120 path : |
@@ -183,7 +183,7 @@ jobs:
183183
184184 - name : Upload benchmark results
185185 if : always()
186- uses : actions/upload-artifact@v4
186+ uses : actions/upload-artifact@v6
187187 with :
188188 name : benchmark-results
189189 path : |
@@ -229,7 +229,7 @@ jobs:
229229
230230 - name : Upload memory profiling results
231231 if : always()
232- uses : actions/upload-artifact@v4
232+ uses : actions/upload-artifact@v6
233233 with :
234234 name : memory-profiling-results
235235 path : |
@@ -313,7 +313,7 @@ jobs:
313313
314314 - name : Upload k6 results
315315 if : always()
316- uses : actions/upload-artifact@v4
316+ uses : actions/upload-artifact@v6
317317 with :
318318 name : k6-results
319319 path : k6-results.json
Original file line number Diff line number Diff line change 9797 uv run pytest tests/ -v --tb=short --cov=src --cov-report=xml --cov-report=term --cov-report=html
9898
9999 - name : Upload coverage report
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : coverage-report-${{ matrix.python-version }}
103103 path : |
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 uv build
120120
121121 - name : Upload artifacts
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v6
123123 with :
124124 name : release-artifacts
125125 path : dist/*
@@ -189,7 +189,7 @@ jobs:
189189 } >> $GITHUB_OUTPUT
190190
191191 - name : Upload changelog
192- uses : actions/upload-artifact@v4
192+ uses : actions/upload-artifact@v6
193193 with :
194194 name : changelog
195195 path : CHANGELOG.md
You can’t perform that action at this time.
0 commit comments