Skip to content

Commit 8c8e81b

Browse files
authored
Merge pull request #18 from mcbarton/main
Revert back to using Carpentries supplied link for data
2 parents dc0256c + 3d656bd commit 8c8e81b

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

.github/workflows/pr-close-signal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
mkdir -p ./pr
1717
printf ${{ github.event.number }} > ./pr/NUM
1818
- name: Upload Diff
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: pr
2222
path: ./pr

.github/workflows/pr-receive.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Upload PR number"
2626
id: upload
2727
if: ${{ always() }}
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: pr
3131
path: ${{ github.workspace }}/NR
@@ -58,7 +58,7 @@ jobs:
5858
MD: ${{ github.workspace }}/site/built
5959
steps:
6060
- name: "Check Out Main Branch"
61-
uses: actions/checkout@v3
61+
uses: actions/checkout@v4
6262

6363
- name: "Check Out Staging Branch"
6464
uses: actions/checkout@v3
@@ -107,20 +107,20 @@ jobs:
107107
shell: Rscript {0}
108108

109109
- name: "Upload PR"
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: pr
113113
path: ${{ env.PR }}
114114

115115
- name: "Upload Diff"
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: diff
119119
path: ${{ env.CHIVE }}
120120
retention-days: 1
121121

122122
- name: "Upload Build"
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: built
126126
path: ${{ env.MD }}

learners/setup.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ described in this page.
88

99
## Data
1010

11-
The example images used in this lesson are available for University of Birmingham staff on SharePoint.
12-
Please follow this [link](https://bham.sharepoint.com/sites/AdvancedResearchComputing-Department/_layouts/15/guestaccess.aspx?share=Eh38JNN264JBv0krIXjdgBcB3bIYFedVU2jRR1hjIQM1pw&e=es0Hsf),
13-
log on if required, and click "Download".
14-
Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily
15-
find it again,
11+
The example images and a description of the Python environment used in this lesson are available on [FigShare](https://figshare.com/).
12+
To download the data, please visit [the dataset page for this workshop][figshare-data]
13+
and click the "Download all" button.
14+
Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily find it again,
1615
e.g. your Desktop or a folder you have created for using in this workshop.
17-
(The name `data` is optional but recommended, as this is the name we will use to refer to the folder
18-
throughout the lesson.)
16+
(The name `data` is optional but recommended, as this is the name we will use to refer to the folder throughout the lesson.)
1917

2018
## Software
2119

0 commit comments

Comments
 (0)