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 }}