File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6969 docker container list -a
7070
7171 - name : Get ISPyB database
72- uses : actions/download-artifact@v4
72+ uses : actions/download-artifact@v6
7373 with :
7474 name : database
7575 path : database/
Original file line number Diff line number Diff line change 7878 - name : Build python package
7979 run : python3 -m build
8080 - name : Store built package artifact
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : package-distributions
8484 path : dist/
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 - name : Download all the dists
103- uses : actions/download-artifact@v4
103+ uses : actions/download-artifact@v6
104104 with :
105105 name : package-distributions
106106 path : dist/
@@ -123,7 +123,7 @@ jobs:
123123
124124 steps :
125125 - name : Download all the dists
126- uses : actions/download-artifact@v4
126+ uses : actions/download-artifact@v6
127127 with :
128128 name : package-distributions
129129 path : dist/
Original file line number Diff line number Diff line change 5959 mkdir database
6060 wget -t 3 --waitretry=20 https://github.com/DiamondLightSource/ispyb-database/releases/download/v${{ env.ISPYB_DATABASE_SCHEMA }}/ispyb-database-${{ env.ISPYB_DATABASE_SCHEMA }}.tar.gz -O database/ispyb-database.tar.gz
6161 - name : Store database artifact
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : database
6565 path : database/
You can’t perform that action at this time.
0 commit comments