diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88470f7b37..c6fb892e77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -214,7 +214,7 @@ jobs: - name: Pack logs from failed tests if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_* diff --git a/.github/workflows/test_evm.yml b/.github/workflows/test_evm.yml index c395e91767..9d75732ad2 100644 --- a/.github/workflows/test_evm.yml +++ b/.github/workflows/test_evm.yml @@ -204,7 +204,7 @@ jobs: - name: Pack logs from failed tests if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_* diff --git a/.github/workflows/test_networking.yml b/.github/workflows/test_networking.yml index 63dfe15474..736cc64c72 100644 --- a/.github/workflows/test_networking.yml +++ b/.github/workflows/test_networking.yml @@ -207,7 +207,7 @@ jobs: - name: Pack logs from failed tests if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_*