Skip to content

Commit

Permalink
try as v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 27, 2024
1 parent 894a4cc commit 36b9378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pin_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: uv pip compile --all-extras pyproject.toml -o requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt

- name: Upload requirements file
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: requirements
path: requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt

0 comments on commit 36b9378

Please sign in to comment.