From 7dbe460cc4592dbf1149b2aa4f56cb9a463c29a2 Mon Sep 17 00:00:00 2001 From: Suren Date: Tue, 15 Oct 2024 18:56:12 +0530 Subject: [PATCH] workflow update --- .github/workflows/mapstore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mapstore.yml b/.github/workflows/mapstore.yml index 9b8b7d00c..e5192ef6c 100644 --- a/.github/workflows/mapstore.yml +++ b/.github/workflows/mapstore.yml @@ -71,7 +71,7 @@ jobs: run: mkdir -p scratch && cp web/target/georchestra-mapstore*.deb scratch/georchestra-mapstore-${{ github.sha }}.deb - name: "publish deb as artifact" - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: georchestra-mapstore.deb path: scratch/georchestra-mapstore-${{ github.sha }}.deb @@ -80,7 +80,7 @@ jobs: run: mkdir -p scratch && cp web/target/mapstore.war scratch/mapstore-${{ github.sha }}.war - name: "publish war as artifact" - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: mapstore.war path: scratch/mapstore-${{ github.sha }}.war