mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Upgrade to artifact v4
This commit is contained in:
7
.github/workflows/custom_linter.yml
vendored
7
.github/workflows/custom_linter.yml
vendored
@@ -12,10 +12,10 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
@@ -34,7 +34,8 @@ jobs:
|
||||
|
||||
- name: Upload linter results
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linter-results
|
||||
path: linter_results.txt
|
||||
if-no-files-found: warn
|
||||
|
||||
Reference in New Issue
Block a user