From d7eaf18b4450d94209469093494c1c9c5796f02c Mon Sep 17 00:00:00 2001 From: jslay88 Date: Sat, 21 Jun 2025 09:26:55 -0600 Subject: [PATCH] update actions --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 961ee14..78ec0e4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -87,7 +87,7 @@ jobs: - name: Store Test Coverage if: steps.filter.outputs.python == 'true' && matrix.toxenv == 'py312-unittest' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: | @@ -126,7 +126,7 @@ jobs: - name: Retrieve Coverage Results if: steps.filter.outputs.python == 'true' - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v4 with: name: coverage