From 811bf17248e7b02c57e7f084045ade1917d3b061 Mon Sep 17 00:00:00 2001 From: Samuel Farrens Date: Wed, 13 Nov 2024 15:11:17 +0100 Subject: [PATCH] update actions/upload-artifact version (#55) --- .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