Update GitHub Actions to use upload-artifact@v4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 09 Jan 2025 18:21:36 +0100 (2 months ago)
changeset 4090 e0c9ec66a036
parent 4089 3550841665d3
child 4091 b9fea435d886
Update GitHub Actions to use upload-artifact@v4
.github/workflows/run_tests_in_docker.yml
--- a/.github/workflows/run_tests_in_docker.yml	Thu Jan 09 18:05:45 2025 +0100
+++ b/.github/workflows/run_tests_in_docker.yml	Thu Jan 09 18:21:36 2025 +0100
@@ -82,7 +82,7 @@
         ./do_test_in_docker.sh
 
     - name: Upload test resuts artifact
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: test_results