diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 3a03d2a7f20..b4a1fb4ab22 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -78,7 +78,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@v3.1.0 with: name: ${{ matrix.cmd }}_logs path: | diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 6ba65cc971c..bea429c8bc5 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -78,7 +78,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish pprof artifacts if: ${{ success() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v3.1.0 with: name: pprof_results path: ./integration-tests/performance/logs