Skip to content

Commit 27d5f52

Browse files
authored
Merge pull request #91 from emiliom/ohwes24-oct-event
Python update, first update for ohw-spanish '24 intermediate workshop event
2 parents e5901d6 + fb006f9 commit 27d5f52

File tree

4 files changed

+1381
-4877
lines changed

4 files changed

+1381
-4877
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cat conda-packages.txt >> $GITHUB_STEP_SUMMARY
118118
119119
- name: Archive Conda Package List
120-
uses: actions/upload-artifact@v1
120+
uses: actions/upload-artifact@v3
121121
with:
122122
name: conda-packages
123123
path: conda-packages.txt

.github/workflows/build-pixi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cat conda-packages.txt >> $GITHUB_STEP_SUMMARY
118118
119119
- name: Archive Conda Package List
120-
uses: actions/upload-artifact@v1
120+
uses: actions/upload-artifact@v3
121121
with:
122122
name: conda-packages
123123
path: conda-packages.txt

0 commit comments

Comments
 (0)