This is an automated email from the ASF dual-hosted git repository.

miao pushed a commit to branch grafana_plugin
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/grafana_plugin by this push:
     new 7f4ecd87dea Fixed the issue of displaying 0 when the number is null
7f4ecd87dea is described below

commit 7f4ecd87dea4c8075eebc0e4acc6f53270e555ef
Author: luke.miao <[email protected]>
AuthorDate: Tue Dec 10 14:25:24 2024 +0800

    Fixed the issue of displaying 0 when the number is null
---
 .github/workflows/grafana-plugin.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/grafana-plugin.yml 
b/.github/workflows/grafana-plugin.yml
index febca3fdf65..1d2b37dbf3c 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -77,7 +77,7 @@ jobs:
 
 
       - name: Upload artifact
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v4
         with:
           name: apache-iotdb-datasource
           path: iotdb-connector/grafana-plugin/apache-iotdb-datasource.zip

Reply via email to