From 7b7088713a3049c632ddff4c1e6b05a9b99b2317 Mon Sep 17 00:00:00 2001 From: Pierre Mauduit Date: Tue, 19 Nov 2024 18:11:35 +0100 Subject: [PATCH] gha - upgrade upload-artifact action to v4 --- .github/workflows/georchestra-gn4.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/georchestra-gn4.yml b/.github/workflows/georchestra-gn4.yml index 8cd3a507d9..fb256ff9d9 100644 --- a/.github/workflows/georchestra-gn4.yml +++ b/.github/workflows/georchestra-gn4.yml @@ -57,8 +57,7 @@ jobs: - name: "publish the webapp as artifact" if: github.repository == 'georchestra/geonetwork' && github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/georchestra-gn4.2.x' && github.event_name != 'pull_request' - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: geonetwork.war path: web/target/geonetwork.war -