From 612b4422d9a234f3f6c66cc08777119ef4a63c26 Mon Sep 17 00:00:00 2001 From: "Timothy M. Shead" Date: Fri, 12 Jul 2024 13:15:25 -0600 Subject: [PATCH] Replace obsolete actions. --- .github/workflows/regression-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 3bf7e128..69b7bf30 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -19,9 +19,9 @@ jobs: numpy-version: "numpy>=2.0.0" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies @@ -41,7 +41,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Archive failed tests if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: failed path: features/failed