From c6a79cd2c27fafde8e1d73dba1d7fbe4361baf32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:32:57 +0100 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 (#174) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/postgresql-16-pgdg-package-pgxs.yml | 6 +++--- .github/workflows/postgresql-16-src-make-ssl11.yml | 2 +- .github/workflows/postgresql-16-src-make.yml | 2 +- .github/workflows/postgresql-16-src-meson-perf.yml | 4 ++-- .github/workflows/postgresql-16-src-meson.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/postgresql-16-pgdg-package-pgxs.yml b/.github/workflows/postgresql-16-pgdg-package-pgxs.yml index 374bd288ddd..2a9bc8f2da7 100644 --- a/.github/workflows/postgresql-16-pgdg-package-pgxs.yml +++ b/.github/workflows/postgresql-16-pgdg-package-pgxs.yml @@ -78,7 +78,7 @@ jobs: working-directory: src/pg_tde - name: Report on test fail - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: Regressions diff and postgresql log @@ -101,7 +101,7 @@ jobs: sudo cp /usr/lib/postgresql/16/lib/pg_tde* pgtde-pgdg16/usr/lib/postgresql/16/lib/ - name: Upload tgz - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pg_tde_pgdg16_binary path: pgtde-pgdg16 @@ -123,7 +123,7 @@ jobs: sudo dpkg -i --debug=7777 pgtde-pgdg16.deb - name: Upload deb - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pg_tde_deb path: pgtde-pgdg16.deb diff --git a/.github/workflows/postgresql-16-src-make-ssl11.yml b/.github/workflows/postgresql-16-src-make-ssl11.yml index 2befb89cdf4..06ede2370ef 100644 --- a/.github/workflows/postgresql-16-src-make-ssl11.yml +++ b/.github/workflows/postgresql-16-src-make-ssl11.yml @@ -82,7 +82,7 @@ jobs: working-directory: src/contrib/pg_tde - name: Report on test fail - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-16-src-make.yml b/.github/workflows/postgresql-16-src-make.yml index c2108261717..0499caf9c77 100644 --- a/.github/workflows/postgresql-16-src-make.yml +++ b/.github/workflows/postgresql-16-src-make.yml @@ -82,7 +82,7 @@ jobs: working-directory: src/contrib/pg_tde - name: Report on test fail - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-16-src-meson-perf.yml b/.github/workflows/postgresql-16-src-meson-perf.yml index b553f21b2ce..7f529e73cfb 100644 --- a/.github/workflows/postgresql-16-src-meson-perf.yml +++ b/.github/workflows/postgresql-16-src-meson-perf.yml @@ -73,7 +73,7 @@ jobs: working-directory: src/build - name: Report on test fail - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: Regressions diff and postgresql log @@ -125,7 +125,7 @@ jobs: echo "EOF" >> $GITHUB_ENV working-directory: inst - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: pr_perf_results path: inst/pr_perf_results diff --git a/.github/workflows/postgresql-16-src-meson.yml b/.github/workflows/postgresql-16-src-meson.yml index dc5312cef87..4a5166a478c 100644 --- a/.github/workflows/postgresql-16-src-meson.yml +++ b/.github/workflows/postgresql-16-src-meson.yml @@ -69,7 +69,7 @@ jobs: working-directory: src/build - name: Report on test fail - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: Regressions diff and postgresql log