From 67cfa177b93dc5a501ee2d856e72620acee6c8b5 Mon Sep 17 00:00:00 2001 From: vsyrgkanis Date: Sat, 7 Sep 2024 17:15:24 -0700 Subject: [PATCH 1/3] Update check-python-notebooks.yml --- .github/workflows/check-python-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-python-notebooks.yml b/.github/workflows/check-python-notebooks.yml index e72afa6..78c5163 100644 --- a/.github/workflows/check-python-notebooks.yml +++ b/.github/workflows/check-python-notebooks.yml @@ -166,7 +166,7 @@ jobs: - name: Upload execution logs if: "(env.notebooks_changed == 'true') && (! (matrix.directory == 'CM3' && (matrix.os == 'windows-latest' || matrix.os == 'macos-latest')))" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: execution-logs-${{ matrix.directory }}-${{ matrix.os }} path: logs From 0d6f66cb8f8f0e4296fa04b9aa21c3a42dc64262 Mon Sep 17 00:00:00 2001 From: vsyrgkanis Date: Sat, 7 Sep 2024 17:16:58 -0700 Subject: [PATCH 2/3] Update check-R-notebooks.yml --- .github/workflows/check-R-notebooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-R-notebooks.yml b/.github/workflows/check-R-notebooks.yml index 07ea922..73db86a 100644 --- a/.github/workflows/check-R-notebooks.yml +++ b/.github/workflows/check-R-notebooks.yml @@ -198,7 +198,7 @@ jobs: - name: Upload execution log if: "((env.notebooks_changed == 'true') && (env.linting_errors_found == 'false'))" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.directory }}-r-script-execution-log path: ${{ matrix.directory }}_r_script_execution.log @@ -212,7 +212,7 @@ jobs: - name: Upload artifact if: env.notebooks_changed == 'true' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.directory }}-r-scripts path: ${{ matrix.directory }}_r_scripts.zip From c6ed6ab401bce0f230092c2e4d74e509fb1f0086 Mon Sep 17 00:00:00 2001 From: vsyrgkanis Date: Sat, 7 Sep 2024 17:19:11 -0700 Subject: [PATCH 3/3] Update check-python-notebooks.yml --- .github/workflows/check-python-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-python-notebooks.yml b/.github/workflows/check-python-notebooks.yml index 78c5163..bea8cf8 100644 --- a/.github/workflows/check-python-notebooks.yml +++ b/.github/workflows/check-python-notebooks.yml @@ -159,7 +159,7 @@ jobs: - name: Upload linting logs if: "(env.notebooks_changed == 'true') && (! (matrix.directory == 'CM3' && (matrix.os == 'windows-latest' || matrix.os == 'macos-latest')))" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: linting-logs-${{ matrix.directory }}-${{ matrix.os }} path: linting_logs