We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf4308 + 44cfc13 commit c4af482Copy full SHA for c4af482
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: uv run --no-project --with-requirements requirements-dev.txt --with pip-licenses pip-licenses --format=markdown --with-authors --with-urls --output-file licenses-report.md
37
38
- name: Upload license report
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
40
with:
41
name: licenses-report-${{ matrix.os }}-py${{ matrix.python-version }}
42
path: licenses-report.md
0 commit comments