From 2095460138c948205e198a776dd5fb3df9b6c546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Wed, 6 Mar 2024 01:30:16 +0100 Subject: [PATCH] Update action versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea3094a..c29a794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: pip install coverage covdefaults coverage xml - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 build-dist: if: startsWith(github.ref, 'refs/tags/') @@ -110,7 +110,7 @@ jobs: run: pip install -U hatch - name: Build package run: hatch build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/* name: distribution