diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4c8171edb..57aff634a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -234,13 +234,13 @@ jobs: args: zip -qq -r reports.zip tests/e2e/reports - name: Upload report to artifacts - uses: actions/upload-artifact@v2.2.1 + uses: actions/upload-artifact@v4.4.0 with: name: e2e_artifacts_archive path: reports.zip - name: Upload report to artifacts - uses: actions/upload-artifact@v2.2.1 + uses: actions/upload-artifact@v4.4.0 with: name: e2e_artifacts_log path: tests/log.txt diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7e063a063..048f513dd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -62,7 +62,7 @@ jobs: run: make coverage - name: Upload coverage report to artifacts - uses: actions/upload-artifact@v2.2.1 + uses: actions/upload-artifact@v4.4.0 with: name: coverage.html path: ./coverage.html