From b9f9b16d346bad82cfd772201484b94705015d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:13:31 -0800 Subject: [PATCH] Bump actions/upload-artifact and actions/download-artifact from 3 to 4 (#508) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61787bd9..b74cab59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: if: ${{ matrix.arch == 'amd64' }} - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dbmate-${{ matrix.os }}-${{ matrix.arch }} path: dist/dbmate-* @@ -186,7 +186,7 @@ jobs: cache: npm cache-dependency-path: typescript/package-lock.json - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: dist