diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e6d5b1..ecec2f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: run: docker logs tenderdash > tenderdash.log 2>&1 - name: Archive docker logs - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: failure() with: name: tenderdash.log