Skip to content

Commit c4af482

Browse files
authored
Merge pull request #14 from Smartappli/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents eaf4308 + 44cfc13 commit c4af482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
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
3737

3838
- name: Upload license report
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: licenses-report-${{ matrix.os }}-py${{ matrix.python-version }}
4242
path: licenses-report.md

0 commit comments

Comments
 (0)