Skip to content

Commit 28c6061

Browse files
authored
Merge pull request #302 from melonora/upload_artefact
upload artefact update
2 parents 21bd081 + 0ad408b commit 28c6061

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/prepare_test_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
done
4545
4646
- name: Upload artifacts
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: data
5050
path: ./data

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
echo "::set-output name=dir::$(pip cache dir)"
3939
- name: Restore pip cache
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
with:
4242
path: ${{ steps.pip-cache-dir.outputs.dir }}
4343
key: pip-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/pyproject.toml') }}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ Marconato, L., Palla, G., Yamauchi, K.A. et al. SpatialData: an open and univers
111111
[link-docs]: https://spatialdata.scverse.org/projects/io/en/latest/
112112
[link-api]: https://spatialdata.scverse.org/projects/io/en/latest/api.html
113113
[link-cli]: https://spatialdata.scverse.org/projects/io/en/latest/cli.html
114-
115-
[//]: # (numfocus-fiscal-sponsor-attribution)
114+
[//]: # "numfocus-fiscal-sponsor-attribution"
116115

117116
spatialdata-io is part of the scverse® project ([website](https://scverse.org), [governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).
118117
If you like scverse® and want to support our mission, please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

0 commit comments

Comments
 (0)