From 5b9904d4f1b3ec222fb4bf7d22e630bb122fe9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Herceg?= Date: Wed, 6 Nov 2024 09:12:11 +0100 Subject: [PATCH] Upgraded actions/upload-artifact from deprecated version --- .github/test-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test-report/action.yml b/.github/test-report/action.yml index d4b2243338..32c421934d 100644 --- a/.github/test-report/action.yml +++ b/.github/test-report/action.yml @@ -21,7 +21,7 @@ inputs: runs: using: composite steps: - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ inputs.report-name }} path: ${{ inputs.trx-path }}