diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67596df..2390883 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: test run: gotestsum --jsonfile ./test-output.log -- --timeout 5m ./... - name: upload-logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-logs path: ./test-output.log