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