From 260dc70e84cf60394d4b2638f20e0438f891d943 Mon Sep 17 00:00:00 2001 From: sfarrens Date: Wed, 13 Nov 2024 15:03:35 +0100 Subject: [PATCH] update actions/upload-artifact version --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e839444..a95c2e1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -68,7 +68,7 @@ jobs: make test - name: Archive Unit Test Log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test-log-${{ matrix.os }} retention-days: 14 @@ -122,7 +122,7 @@ jobs: make test - name: Archive Unit Test Log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test-log-pysap retention-days: 14