diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6fb892e77..4331285bc5 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@v3 + uses: actions/upload-artifact@v7 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 9d75732ad2..2e0900c9e2 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@v3 + uses: actions/upload-artifact@v7 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 736cc64c72..44b699ea30 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@v3 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_*