From 2c4c7d93135bed65df59c8141b9272314878753b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Brunner?= <stephane.brunner@camptocamp.com>
Date: Fri, 31 Jan 2025 11:37:58 +0100
Subject: [PATCH] CI updates

This is done by the automated script named upgrade-ci-2025
---
 .github/workflows/main.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index f207c29f0..dbc35ae9f 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -101,31 +101,31 @@ jobs:
 
       - run: mkdir -p core/build/resources/actual examples/build/reports core/build/reports examples/build/resources/test/examples
         if: always()
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: Test results
           path: core/build/resources/
           if-no-files-found: ignore
         if: failure()
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: Test generated
           path: core/build/resources/test/org
           if-no-files-found: ignore
         if: failure()
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: Reports examples
           path: examples/build/reports
           if-no-files-found: ignore
         if: failure()
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: Reports core
           path: core/build/reports
           if-no-files-found: ignore
         if: failure()
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: Examples
           path: examples/build/resources/test/examples
@@ -137,7 +137,7 @@ jobs:
           mkdir -p /tmp/test_results/junit
           find . -name '*TEST-*.xml' -exec cp -v {} /tmp/test_results/junit/ \;
         if: failure()
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: Test results
           path: /tmp/test_results