This is an automated email from the ASF dual-hosted git repository. alinsran pushed a commit to branch v2.0.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit dc03c314bff2bfeec1d10ecb1923ea48c4ae5a01 Author: 悟空 <rainchan...@163.com> AuthorDate: Thu Jul 3 18:40:46 2025 +0800 chore: Update artifact and report names with provider type (#2447) --- .github/workflows/apisix-conformance-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apisix-conformance-test.yml b/.github/workflows/apisix-conformance-test.yml index 6a4346a0..014d1302 100644 --- a/.github/workflows/apisix-conformance-test.yml +++ b/.github/workflows/apisix-conformance-test.yml @@ -114,7 +114,7 @@ jobs: if: ${{ github.event_name == 'push' }} uses: actions/upload-artifact@v4 with: - name: apisix-ingress-controller-conformance-report.yaml + name: apisix-ingress-controller-conformance-report-${{ matrix.provider_type }}.yaml path: apisix-ingress-controller-conformance-report.yaml - name: Format Conformance Test Report