From 9fac8f54280a015b09ad8e996cf1bfbe93d64f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4nninen?= Date: Mon, 7 Oct 2024 11:02:27 +0300 Subject: [PATCH] Update pip.yaml --- .github/workflows/pip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip.yaml b/.github/workflows/pip.yaml index 0e2fb214d1..d17f935705 100644 --- a/.github/workflows/pip.yaml +++ b/.github/workflows/pip.yaml @@ -61,7 +61,7 @@ jobs: python -m pip_audit --no-deps -r requirements.txt # Only run scans for latest template version from https://github.com/robocorp/template-standard/blob/master/conda.yaml if: ${{ matrix.python-version == '3.10.11' && matrix.pip-version == '24.2' }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 # v4 has issue with artifact already existing if: ${{ success() || failure() }} with: name: pip_freeze_${{ matrix.python-version }}_${{ matrix.pip-version }}.txt