File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 --output benchmark_001_results.json
3434
3535 - name : Upload benchmark results
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v6
3737 with :
3838 name : benchmark-001-latency-${{ github.run_id }}
3939 path : benchmark_001_results.json
9696 --output benchmark_002_results.json
9797
9898 - name : Upload benchmark results
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v6
100100 with :
101101 name : benchmark-002-scale-${{ github.run_id }}
102102 path : benchmark_002_results.json
@@ -152,7 +152,7 @@ jobs:
152152 -v --tb=short --junit-xml=interop_contract_results.xml
153153
154154 - name : Upload contract test results
155- uses : actions/upload-artifact@v4
155+ uses : actions/upload-artifact@v6
156156 with :
157157 name : interop-contract-results-${{ github.run_id }}
158158 path : interop_contract_results.xml
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Upload interop test results
124124 if : always()
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v6
126126 with :
127127 name : interop-test-results
128128 path : interop-results.xml
@@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Upload bandit report
160160 if : always()
161- uses : actions/upload-artifact@v4
161+ uses : actions/upload-artifact@v6
162162 with :
163163 name : bandit-report
164164 path : bandit-report.json
@@ -175,7 +175,7 @@ jobs:
175175
176176 - name : Upload pip-audit report
177177 if : always()
178- uses : actions/upload-artifact@v4
178+ uses : actions/upload-artifact@v6
179179 with :
180180 name : pip-audit-report
181181 path : pip-audit-report.json
Original file line number Diff line number Diff line change 7171 env :
7272 DIGEST : ${{ steps.build.outputs.digest }}
7373
74- - uses : actions/upload-artifact@v4
74+ - uses : actions/upload-artifact@v6
7575 with :
7676 name : digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
7777 path : /tmp/digests/*
Original file line number Diff line number Diff line change 4949 run : mkdocs build --strict --site-dir site/
5050
5151 - name : Upload built site (artifact)
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v6
5353 with :
5454 name : docs-site
5555 path : site/
Original file line number Diff line number Diff line change 4545
4646 - name : Upload mutation report
4747 if : always()
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v6
4949 with :
5050 name : mutation-report
5151 path : |
Original file line number Diff line number Diff line change 4444 run : twine check dist/*
4545
4646 - name : Upload distributions
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : dist
5050 path : dist/
Original file line number Diff line number Diff line change 8787 --output-file sbom-${{ github.ref_name }}.cdx.xml
8888
8989 - name : Upload SBOM as artifact
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v6
9191 with :
9292 name : sbom
9393 path : |
You can’t perform that action at this time.
0 commit comments