# HG changeset patch # User Edouard Tisserant <edouard.tisserant@gmail.com> # Date 1736443296 -3600 # Node ID e0c9ec66a0363c1e57898c523795a9dbeb168adb # Parent 3550841665d333b7acc8f7ae26e268fb4fffff91 Update GitHub Actions to use upload-artifact@v4 diff -r 3550841665d3 -r e0c9ec66a036 .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