From 8b57e0398c5d64b59e6a536dad3fc0303aeee27c Mon Sep 17 00:00:00 2001 From: Joyce Babu Date: Tue, 26 Nov 2024 16:26:30 +0530 Subject: [PATCH] chore: update failing ci CI was failing due to deprecated action version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbbf5f6..8015144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: args: --target ${{ matrix.os }} --release - name: Save Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dbimport-${{ matrix.os }}${{ matrix.suffix }} path: target/${{ matrix.os }}/release/dbimport${{ matrix.suffix }}