From e1177b1a6132a174d22c466ce06171ba66948890 Mon Sep 17 00:00:00 2001 From: "Viv B." Date: Wed, 8 Jan 2025 12:22:56 +1100 Subject: [PATCH] chore(workflow): update artifact action version --- .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 902f35d30fd..cba025fcd2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: CRYSTAL_VERSION: ${{ matrix.crystal }} - name: Upload failure logs if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: logs-${{ matrix.crystal }}-${{ github.sha }} path: .logs/*.log @@ -130,7 +130,7 @@ jobs: run: docker compose logs drivers - name: Upload failure logs if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: logs-${{ matrix.crystal }}-${{ github.sha }} path: .logs/*.log