3737 - name : Build installer
3838 run : pixi run build-installer
3939 - name : Upload installer
40- uses : actions/upload-artifact@v6
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : installer-${{ matrix.target_arch }}
4343 path : DIRACOS-*.sh
5252 target_arch : ["linux-64"]
5353 steps :
5454 - name : Download installer
55- uses : actions/download-artifact@v7
55+ uses : actions/download-artifact@v8
5656 with :
5757 name : installer-${{ matrix.target_arch }}
5858 - name : Generate environment.yaml
6161 source diracos/diracosrc
6262 conda env export --file environment.yaml --prefix $DIRACOS
6363 - name : Upload environment.yaml
64- uses : actions/upload-artifact@v6
64+ uses : actions/upload-artifact@v7
6565 with :
6666 name : environment-yaml-${{ matrix.target_arch }}
6767 path : |
7979 cache : true
8080 environments : release
8181 - name : Download artifacts
82- uses : actions/download-artifact@v7
82+ uses : actions/download-artifact@v8
8383 with :
8484 path : artifacts
8585 - name : Create release notes
9090 > release-notes.md
9191 cat release-notes.md
9292 - name : Upload release-notes.md
93- uses : actions/upload-artifact@v6
93+ uses : actions/upload-artifact@v7
9494 with :
9595 name : release-notes
9696 path : |
@@ -123,7 +123,7 @@ jobs:
123123 steps :
124124 - uses : actions/checkout@v6
125125 - name : Download installer
126- uses : actions/download-artifact@v7
126+ uses : actions/download-artifact@v8
127127 with :
128128 name : ${{ matrix.installer }}
129129 - name : Run tests
@@ -141,7 +141,7 @@ jobs:
141141 steps :
142142 - uses : actions/checkout@v6
143143 - name : Download installer
144- uses : actions/download-artifact@v7
144+ uses : actions/download-artifact@v8
145145 with :
146146 name : installer-osx-64
147147 - name : Run tests
@@ -163,7 +163,7 @@ jobs:
163163 steps :
164164 - uses : actions/checkout@v6
165165 - name : Download installer
166- uses : actions/download-artifact@v7
166+ uses : actions/download-artifact@v8
167167 with :
168168 name : installer-osx-arm64
169169 - name : Run tests
@@ -190,7 +190,7 @@ jobs:
190190 with :
191191 python-version : ' 3.14'
192192 - name : Download installer
193- uses : actions/download-artifact@v7
193+ uses : actions/download-artifact@v8
194194 with :
195195 name : installer-linux-64
196196 - name : Prepare environment
0 commit comments