diff --git a/.github/workflows/code-coverage-test.yml b/.github/workflows/code-coverage-test.yml index 3567fbc8..e213aca2 100644 --- a/.github/workflows/code-coverage-test.yml +++ b/.github/workflows/code-coverage-test.yml @@ -130,7 +130,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/pmm-integration.yaml b/.github/workflows/pmm-integration.yaml index c8475a90..ef110709 100644 --- a/.github/workflows/pmm-integration.yaml +++ b/.github/workflows/pmm-integration.yaml @@ -67,7 +67,7 @@ jobs: run: docker exec pdpgsql_pmm_${{ matrix.postgresql }}_1 cat /var/log/pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: tests-artifact diff --git a/.github/workflows/postgresql-14-build.yml b/.github/workflows/postgresql-14-build.yml index 3fbf2851..9e27b078 100644 --- a/.github/workflows/postgresql-14-build.yml +++ b/.github/workflows/postgresql-14-build.yml @@ -118,7 +118,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | @@ -140,7 +140,7 @@ jobs: run: make installcheck-world - name: Report on installcheck-world test suites fail - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: Regressions output files of failed testsuite, and pg log diff --git a/.github/workflows/postgresql-14-pgdg-package.yml b/.github/workflows/postgresql-14-pgdg-package.yml index 53dccd69..b7cc5c67 100644 --- a/.github/workflows/postgresql-14-pgdg-package.yml +++ b/.github/workflows/postgresql-14-pgdg-package.yml @@ -78,7 +78,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-14-ppg-package.yml b/.github/workflows/postgresql-14-ppg-package.yml index 12bff214..7c4f015a 100644 --- a/.github/workflows/postgresql-14-ppg-package.yml +++ b/.github/workflows/postgresql-14-ppg-package.yml @@ -92,7 +92,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-15-build.yml b/.github/workflows/postgresql-15-build.yml index 18a7e292..cc76770d 100644 --- a/.github/workflows/postgresql-15-build.yml +++ b/.github/workflows/postgresql-15-build.yml @@ -118,7 +118,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | @@ -140,7 +140,7 @@ jobs: run: make installcheck-world - name: Report on installcheck-world test suites fail - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: Regressions output files of failed testsuite, and pg log diff --git a/.github/workflows/postgresql-15-pgdg-package.yml b/.github/workflows/postgresql-15-pgdg-package.yml index 09397ef3..855dfcbc 100644 --- a/.github/workflows/postgresql-15-pgdg-package.yml +++ b/.github/workflows/postgresql-15-pgdg-package.yml @@ -78,7 +78,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-15-ppg-package.yml b/.github/workflows/postgresql-15-ppg-package.yml index dbce5ed1..e4db6281 100644 --- a/.github/workflows/postgresql-15-ppg-package.yml +++ b/.github/workflows/postgresql-15-ppg-package.yml @@ -92,7 +92,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-16-build.yml b/.github/workflows/postgresql-16-build.yml index a26875f1..39144682 100644 --- a/.github/workflows/postgresql-16-build.yml +++ b/.github/workflows/postgresql-16-build.yml @@ -118,7 +118,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | @@ -140,7 +140,7 @@ jobs: run: make installcheck-world - name: Report on installcheck-world test suites fail - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: Regressions output files of failed testsuite, and pg log diff --git a/.github/workflows/postgresql-16-pgdg-package.yml b/.github/workflows/postgresql-16-pgdg-package.yml index 01f7026f..146d5766 100644 --- a/.github/workflows/postgresql-16-pgdg-package.yml +++ b/.github/workflows/postgresql-16-pgdg-package.yml @@ -78,7 +78,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-16-ppg-package.yml b/.github/workflows/postgresql-16-ppg-package.yml index 8dd41c1a..cf6b3231 100644 --- a/.github/workflows/postgresql-16-ppg-package.yml +++ b/.github/workflows/postgresql-16-ppg-package.yml @@ -92,7 +92,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-17-build.yml b/.github/workflows/postgresql-17-build.yml index dd7f5558..6dded6d6 100644 --- a/.github/workflows/postgresql-17-build.yml +++ b/.github/workflows/postgresql-17-build.yml @@ -118,7 +118,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | @@ -140,7 +140,7 @@ jobs: run: make installcheck-world - name: Report on installcheck-world test suites fail - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: Regressions output files of failed testsuite, and pg log diff --git a/.github/workflows/postgresql-17-pgdg-package.yml b/.github/workflows/postgresql-17-pgdg-package.yml index 58132cf1..f61938da 100644 --- a/.github/workflows/postgresql-17-pgdg-package.yml +++ b/.github/workflows/postgresql-17-pgdg-package.yml @@ -78,7 +78,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-17-ppg-package.yml b/.github/workflows/postgresql-17-ppg-package.yml index 9a537d96..b2ac302c 100644 --- a/.github/workflows/postgresql-17-ppg-package.yml +++ b/.github/workflows/postgresql-17-ppg-package.yml @@ -92,7 +92,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-18-build.yml b/.github/workflows/postgresql-18-build.yml index 34240a12..c594c21c 100644 --- a/.github/workflows/postgresql-18-build.yml +++ b/.github/workflows/postgresql-18-build.yml @@ -118,7 +118,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | @@ -140,7 +140,7 @@ jobs: run: make installcheck-world - name: Report on installcheck-world test suites fail - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: Regressions output files of failed testsuite, and pg log diff --git a/.github/workflows/postgresql-18-pgdg-package.yml b/.github/workflows/postgresql-18-pgdg-package.yml index 515cc289..34508211 100644 --- a/.github/workflows/postgresql-18-pgdg-package.yml +++ b/.github/workflows/postgresql-18-pgdg-package.yml @@ -78,7 +78,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/postgresql-18-ppg-package.yml b/.github/workflows/postgresql-18-ppg-package.yml index ab213660..15c5559c 100644 --- a/.github/workflows/postgresql-18-ppg-package.yml +++ b/.github/workflows/postgresql-18-ppg-package.yml @@ -92,7 +92,7 @@ jobs: - name: Upload logs on fail if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Regressions diff and postgresql log path: | diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1cadd74f..26f2cdfd 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -35,7 +35,7 @@ jobs: publish_results: true - name: Upload results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: SARIF file path: results.sarif