diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6d92fcd..798120b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -144,7 +144,7 @@ jobs: cat adaptived/tests/ftests/ftests-c-wrapper.sh.log - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Adaptived functional test logs path: adaptived/tests/*/*.log @@ -159,7 +159,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Adaptived Functional Tests Code Coverage path: lcov.* @@ -187,7 +187,7 @@ jobs: cat adaptived/tests/ftests/ftests-c-wrapper.sh.log - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Adaptived functional test logs path: adaptived/tests/*/*.log @@ -202,7 +202,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Adaptived Functional Tests Code Coverage path: lcov.*