beremiz
Clone
Summary
Browse
Changes
Graph
Update GitHub Actions to use upload-artifact@v4
17 months ago, Edouard Tisserant
e0c9ec66a036
Parents
3550841665d3
Children
b9fea435d886
Update GitHub Actions to use upload-artifact@v4
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
.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