diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 3abf5c1c72c..4621a8a9db6 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -55,7 +55,7 @@ jobs: run: ./tools/bin/${{ matrix.cmd }} - name: Store logs artifacts on failure if: failure() - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v2.3.1 with: name: ${{ matrix.cmd }}_logs path: | diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b0ed2da6298..340bf9a7fe8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -91,7 +91,7 @@ jobs: check_name: 'Smoke Test Results' - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.3.1 with: name: test-logs path: ./integration-tests/logs