From 19e21e8f91860725aca5b8007ca598d64a66c523 Mon Sep 17 00:00:00 2001 From: Martin Gonzalez Date: Mon, 7 Oct 2024 17:53:14 +0200 Subject: [PATCH] chore: Update upload-artifact to v4 --- .github/actions/tests/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/tests/action.yml b/.github/actions/tests/action.yml index d49194e..994d2e6 100644 --- a/.github/actions/tests/action.yml +++ b/.github/actions/tests/action.yml @@ -12,7 +12,7 @@ runs: shell: bash - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test-results - path: ./test-results/rspec/rspec.xml \ No newline at end of file + path: ./test-results/rspec/rspec.xml