diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index f4ca5eb55..d5bbe79b8 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -35,5 +35,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: watt-logs - path: watt-logs/ \ No newline at end of file + name: Save WATT logs + path: watt_logs/ \ No newline at end of file