diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 03ab36c..f0506e6 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -47,7 +47,7 @@ jobs: - run: mkdir -p "$TEST_RESULTS" - run: make test-ci - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: path: ${{ env.TEST_RESULTS }} name: tests-linux