From 5c71a0c0fdc666a432ff7d8c3760e04f5d02a2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:11:40 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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