From 454747f5eea752f45b8c7c2d07b6f254936a55e1 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 22 Dec 2023 14:23:18 -0500 Subject: [PATCH] ci: drop upload/download-artifact actions to v3 --- .github/workflows/ex-rtd.yml | 2 +- .github/workflows/ex-workflow.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ex-rtd.yml b/.github/workflows/ex-rtd.yml index 84f828cd..b7268fd1 100644 --- a/.github/workflows/ex-rtd.yml +++ b/.github/workflows/ex-rtd.yml @@ -104,7 +104,7 @@ jobs: run: ls -R .doc/_notebooks/ - name: Upload completed jupyter notebooks as an artifact for ReadtheDocs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: rtd-files-for-${{ github.sha }} path: | diff --git a/.github/workflows/ex-workflow.yml b/.github/workflows/ex-workflow.yml index 8c278286..a8539ffe 100644 --- a/.github/workflows/ex-workflow.yml +++ b/.github/workflows/ex-workflow.yml @@ -74,7 +74,7 @@ jobs: shell: python - name: Upload build artifacts for current release - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: zip_files path: | @@ -190,7 +190,7 @@ jobs: - name: Upload build artifacts for current release if: matrix.python == '3.9' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: current path: | @@ -225,13 +225,13 @@ jobs: echo "MODFLOW 6 examples: built at ${F_TIME}" - name: Download mf6examples.pdf build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: current path: ./current/ - name: Download zip_file build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: zip_files path: ./current/