Skip to content

Commit 678364d

Browse files
committed
Update GitHub action workflow (upload artifact v3 deprecated)
1 parent dd57c84 commit 678364d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/simod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: poetry run pylint -j 0 --exit-zero src/simod > pylint.txt
5959

6060
- name: Upload PyLint output
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: pylint.txt
6464
path: ./pylint.txt
@@ -145,7 +145,7 @@ jobs:
145145
poetry run pip-licenses --with-system --with-urls --format=markdown --output-file=licenses.md
146146
147147
- name: Upload licenses.md
148-
uses: actions/upload-artifact@v3
148+
uses: actions/upload-artifact@v4
149149
with:
150150
name: licenses.md
151151
path: licenses.md

0 commit comments

Comments
 (0)