From e8760b242e74aaba54d9ad10f21580437b5cc3d1 Mon Sep 17 00:00:00 2001 From: Manuel Schlund Date: Mon, 25 Nov 2024 10:33:33 +0100 Subject: [PATCH] Use latest version for artifact uploading --- .github/workflows/run-tests-monitor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests-monitor.yml b/.github/workflows/run-tests-monitor.yml index 8fa09376b8..93b6e0f20b 100644 --- a/.github/workflows/run-tests-monitor.yml +++ b/.github/workflows/run-tests-monitor.yml @@ -47,7 +47,7 @@ jobs: - run: python tests/parse_pymon.py - name: Upload artifacts if: ${{ always() }} # upload artifacts even if fail - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Test_Linux_python_${{ matrix.python-version }} path: test_linux_artifacts_python_${{ matrix.python-version }}