From 662acc1c9edccd884b681d35c8e562adceed1fc9 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Wed, 17 Jul 2024 18:55:52 +0200 Subject: [PATCH] Upgrade to artifact v4 --- .github/workflows/custom_linter.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/custom_linter.yml b/.github/workflows/custom_linter.yml index a874cf5..b63d322 100644 --- a/.github/workflows/custom_linter.yml +++ b/.github/workflows/custom_linter.yml @@ -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