diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3630914..90af906 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -78,7 +78,7 @@ jobs: docker compose -f env/docker-compose-nats.yaml down - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: ./tests/coverage-ci/nats.out diff --git a/.github/workflows/linux_durability.yml b/.github/workflows/linux_durability.yml index c584a9d..b04d24b 100644 --- a/.github/workflows/linux_durability.yml +++ b/.github/workflows/linux_durability.yml @@ -80,7 +80,7 @@ jobs: docker compose -f env/docker-compose-nats.yaml down - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: ./tests/coverage-ci/nats_dur.out