Skip to content

Commit

Permalink
Update pip.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Oct 7, 2024
1 parent b955c8b commit 9fac8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fac8f5

Please sign in to comment.