diff --git a/.github/workflows/windows-build-and-test.yaml b/.github/workflows/windows-build-and-test.yaml index 9092eda7f72..5a0d4cbdd1b 100644 --- a/.github/workflows/windows-build-and-test.yaml +++ b/.github/workflows/windows-build-and-test.yaml @@ -227,7 +227,7 @@ jobs: if: always() && steps.collectlogs.outputs.regression_diff == 'true' uses: actions/upload-artifact@v4 with: - name: Regression diff ${{ matrix.os }} ${{ matrix.name }} ${{ matrix.pg }} + name: Regression ${{ matrix.pg }} diff ${{ matrix.os }} ${{ matrix.build_type }} Build path: | regression.log installcheck.log @@ -236,7 +236,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: PostgreSQL log ${{ matrix.os }} ${{ matrix.name }} ${{ matrix.pg }} + name: PostgreSQL ${{ matrix.pg }} log ${{ matrix.os }} ${{ matrix.build_type }} Build path: postgres.log - name: Upload test results to the database