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

nic443 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a3fcab  chore: upgrade actions/upload-artifact (#577)
2a3fcab is described below

commit 2a3fcabeea8995f238b8199d649bef588b6596e6
Author: Nic <[email protected]>
AuthorDate: Fri Nov 29 14:05:51 2024 +0800

    chore: upgrade actions/upload-artifact (#577)
    
    Signed-off-by: Nic <[email protected]>
---
 .github/workflows/dashboard_push_docker_hub.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dashboard_push_docker_hub.yaml 
b/.github/workflows/dashboard_push_docker_hub.yaml
index 28a32f7..c071a2b 100644
--- a/.github/workflows/dashboard_push_docker_hub.yaml
+++ b/.github/workflows/dashboard_push_docker_hub.yaml
@@ -38,7 +38,7 @@ jobs:
           make save-dashboard-${{ matrix.os }}-tar
 
       - name: Upload Image
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v4
         with:
           path: ./package
 

Reply via email to