From d949fc70d120203b80fb942b38d16dfb83d46a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:42:57 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index f394688a6..1f4e57a1b 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -38,7 +38,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: installer @@ -54,7 +54,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: installer @@ -72,7 +72,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: installer @@ -90,7 +90,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: installer From 1ba81059ab322b9a585922346a1939169d17cccc Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Mon, 18 Dec 2023 15:44:27 +0800 Subject: [PATCH 2/2] chore(deps): bump actions/upload-artifact from 3 to 4 --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 1f4e57a1b..6b4682e33 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -25,7 +25,7 @@ jobs: mv tmp.$$.json package.json npm pack - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: installer path: supabase-1.28.0.tgz