We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd57c84 commit 678364dCopy full SHA for 678364d
.github/workflows/simod.yml
@@ -58,7 +58,7 @@ jobs:
58
run: poetry run pylint -j 0 --exit-zero src/simod > pylint.txt
59
60
- name: Upload PyLint output
61
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: pylint.txt
64
path: ./pylint.txt
@@ -145,7 +145,7 @@ jobs:
145
poetry run pip-licenses --with-system --with-urls --format=markdown --output-file=licenses.md
146
147
- name: Upload licenses.md
148
149
150
name: licenses.md
151
path: licenses.md
0 commit comments