diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index a55db68a11c7..1b75cb9c0b8a 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -530,7 +530,7 @@ jobs: TARGET_BRANCH: ${{ needs.prepare.outputs.changes-target-branch }} - name: upload unit test results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: unit-test-results path: target/junit-reports/unit-test.xml @@ -574,7 +574,7 @@ jobs: SCCACHE_AWS_SECRET_ACCESS_KEY: ${{ secrets.ENV_DIEM_S3_AWS_SECRET_ACCESS_KEY }} - name: upload unit test results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: unit-test-results path: target/junit-reports/unit-test.xml @@ -606,7 +606,7 @@ jobs: TARGET_BRANCH: ${{ needs.prepare.outputs.changes-target-branch }} - name: upload codegen test results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: codegen-unit-test-results path: target/junit-reports/codegen-unit-test.xml @@ -641,7 +641,7 @@ jobs: SCCACHE_AWS_SECRET_ACCESS_KEY: ${{ secrets.ENV_DIEM_S3_AWS_SECRET_ACCESS_KEY }} - name: upload codegen test results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: codegen-unit-test-results path: target/junit-reports/codegen-unit-test.xml @@ -939,7 +939,7 @@ jobs: # Replace this with a cargo x bench cargo bench --package language-benchmarks - name: Archive criterion results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: bench-baseline retention-days: 5