Skip to content

Commit

Permalink
upgrade artifact upload action to v4
Browse files Browse the repository at this point in the history
was causing pylint action to fail due to deprecated artifact upload v2
  • Loading branch information
aalok-sathe authored Dec 8, 2024
1 parent 2c6f250 commit 01ca576
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 @@ -30,7 +30,7 @@ jobs:
pylint-json2html pylint.json -o docs/pylint.html
- name: upload pylint output as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pylint-html
path: docs/pylint.html

0 comments on commit 01ca576

Please sign in to comment.