diff --git a/.github/workflows/mapstore.yml b/.github/workflows/mapstore.yml index d792353c3..826d8fee6 100644 --- a/.github/workflows/mapstore.yml +++ b/.github/workflows/mapstore.yml @@ -67,7 +67,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