Skip to content

Commit

Permalink
pylint: use version 4 of upload-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
felgmar committed Feb 11, 2025
1 parent ea31abc commit 9bd56dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
pylint $(git ls-files '*.py') --output=lint.txt || true
- name: Upload lint log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint.txt
path: lint.txt

0 comments on commit 9bd56dd

Please sign in to comment.