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