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:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
@@ -34,7 +34,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload linter results
|
- name: Upload linter results
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linter-results
|
name: linter-results
|
||||||
path: linter_results.txt
|
path: linter_results.txt
|
||||||
|
if-no-files-found: warn
|
||||||
|
|||||||
Reference in New Issue
Block a user