From 9f918316973edaf44f852072633cdc5a6ab2df2d Mon Sep 17 00:00:00 2001 From: Aymen Date: Thu, 3 Oct 2024 16:23:16 +0800 Subject: [PATCH] fix: deprecated action --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 9f19f88..8b0c624 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -31,7 +31,7 @@ jobs: python -m unittest discover tests - name: Upload test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test-results path: test-results/