From 419d4dc9171f157011d2798dc1de0e9982759150 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 18 Feb 2026 13:06:16 +0000 Subject: [PATCH 1/4] Revert back to using Carpentries supplied link for data --- learners/setup.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/learners/setup.md b/learners/setup.md index b77780b11..26936d481 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -8,14 +8,12 @@ described in this page. ## Data -The example images used in this lesson are available for University of Birmingham staff on SharePoint. -Please follow this [link](https://bham.sharepoint.com/sites/AdvancedResearchComputing-Department/_layouts/15/guestaccess.aspx?share=Eh38JNN264JBv0krIXjdgBcB3bIYFedVU2jRR1hjIQM1pw&e=es0Hsf), -log on if required, and click "Download". -Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily -find it again, +The example images and a description of the Python environment used in this lesson are available on [FigShare](https://figshare.com/). +To download the data, please visit [the dataset page for this workshop][figshare-data] +and click the "Download all" button. +Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily find it again, e.g. your Desktop or a folder you have created for using in this workshop. -(The name `data` is optional but recommended, as this is the name we will use to refer to the folder -throughout the lesson.) +(The name `data` is optional but recommended, as this is the name we will use to refer to the folder throughout the lesson.) ## Software From 0ced49ff64cee4c632dfbf9d97c23857048863f5 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 18 Feb 2026 13:17:05 +0000 Subject: [PATCH 2/4] Update pr-receive.yaml --- .github/workflows/pr-receive.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-receive.yaml b/.github/workflows/pr-receive.yaml index 371ef542b..f0c3e0970 100644 --- a/.github/workflows/pr-receive.yaml +++ b/.github/workflows/pr-receive.yaml @@ -107,20 +107,20 @@ jobs: shell: Rscript {0} - name: "Upload PR" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pr path: ${{ env.PR }} - name: "Upload Diff" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: diff path: ${{ env.CHIVE }} retention-days: 1 - name: "Upload Build" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: built path: ${{ env.MD }} From a2067415c6065dcf95452d4a907e3d764908f9be Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 18 Feb 2026 13:17:28 +0000 Subject: [PATCH 3/4] Update pr-receive.yaml --- .github/workflows/pr-receive.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-receive.yaml b/.github/workflows/pr-receive.yaml index f0c3e0970..1427d5561 100644 --- a/.github/workflows/pr-receive.yaml +++ b/.github/workflows/pr-receive.yaml @@ -25,7 +25,7 @@ jobs: - name: "Upload PR number" id: upload if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pr path: ${{ github.workspace }}/NR @@ -58,7 +58,7 @@ jobs: MD: ${{ github.workspace }}/site/built steps: - name: "Check Out Main Branch" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Check Out Staging Branch" uses: actions/checkout@v3 From 3d656bd208557d5b8028f594fbc14ea253817efa Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 18 Feb 2026 13:17:48 +0000 Subject: [PATCH 4/4] Update pr-close-signal.yaml --- .github/workflows/pr-close-signal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-close-signal.yaml b/.github/workflows/pr-close-signal.yaml index 9b129d5d2..d20a2991d 100644 --- a/.github/workflows/pr-close-signal.yaml +++ b/.github/workflows/pr-close-signal.yaml @@ -16,7 +16,7 @@ jobs: mkdir -p ./pr printf ${{ github.event.number }} > ./pr/NUM - name: Upload Diff - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pr path: ./pr