diff --git a/.github/workflows/e3sm-gh-ci-cime-tests.yml b/.github/workflows/e3sm-gh-ci-cime-tests.yml index d973b90dc05..501ec031bb4 100644 --- a/.github/workflows/e3sm-gh-ci-cime-tests.yml +++ b/.github/workflows/e3sm-gh-ci-cime-tests.yml @@ -58,7 +58,7 @@ jobs: ./create_test ${{ matrix.test }} --wait --debug - name: Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ always() }} with: name: ${{ matrix.test }} diff --git a/.github/workflows/e3sm-gh-ci-w-cime-tests.yml b/.github/workflows/e3sm-gh-ci-w-cime-tests.yml index 0e30fc4e0a8..1b56cdda794 100644 --- a/.github/workflows/e3sm-gh-ci-w-cime-tests.yml +++ b/.github/workflows/e3sm-gh-ci-w-cime-tests.yml @@ -45,7 +45,7 @@ jobs: ./create_test ${{ matrix.test }} --wait --debug - name: Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ always() }} with: name: ${{ matrix.test }} diff --git a/.github/workflows/eamxx-v1-testing.yml b/.github/workflows/eamxx-v1-testing.yml index 9145961bdfe..409b404011c 100644 --- a/.github/workflows/eamxx-v1-testing.yml +++ b/.github/workflows/eamxx-v1-testing.yml @@ -103,7 +103,7 @@ jobs: ./cime/scripts/create_test ${{ matrix.test.full_name }} ${{ env.flags }} --wait - name: Upload case files if: ${{ always() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.test.full_name }} path: |