File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
120120 full_install : true
121121
122- - uses : actions/download-artifact@v6
122+ - uses : actions/download-artifact@v7
123123 with :
124124 name : acts-linux-ubuntu
125125
@@ -157,7 +157,7 @@ jobs:
157157 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
158158 full_install : true
159159
160- - uses : actions/download-artifact@v6
160+ - uses : actions/download-artifact@v7
161161 with :
162162 name : acts-linux-ubuntu
163163
@@ -191,7 +191,7 @@ jobs:
191191 - name : Install dependencies
192192 run : pip3 install spyral-cli==1.1.2
193193
194- - uses : actions/download-artifact@v6
194+ - uses : actions/download-artifact@v7
195195 with :
196196 name : physmon
197197 path : physmon
Original file line number Diff line number Diff line change 8484 with :
8585 python-version : ' 3.12'
8686
87- - uses : actions/download-artifact@v6
87+ - uses : actions/download-artifact@v7
8888 if : steps.dl-af.outputs.comment-artifacts-found
8989 with :
9090 pattern : comment-*.md
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cramjam==2.11.0
2424 # via uproot
2525cycler == 0.12.1
2626 # via matplotlib
27- fonttools == 4.61.0
27+ fonttools == 4.61.1
2828 # via matplotlib
2929fsspec == 2025.12.0
3030 # via
@@ -38,7 +38,7 @@ kiwisolver==1.4.9
3838 # via matplotlib
3939markdown-it-py == 4.0.0
4040 # via rich
41- matplotlib == 3.10.7
41+ matplotlib == 3.10.8
4242 # via
4343 # -r Examples/Scripts/requirements.in
4444 # mplhep
@@ -108,7 +108,7 @@ typing-extensions==4.15.0
108108 # typing-inspection
109109typing-inspection == 0.4.2
110110 # via pydantic
111- tzdata == 2025.2
111+ tzdata == 2025.3
112112 # via pandas
113113uhi == 1.0.0
114114 # via
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ typing-inspection==0.4.2
143143 # via pydantic
144144uritemplate == 4.2.0
145145 # via gidgethub
146- urllib3 == 2.6.0
146+ urllib3 == 2.6.2
147147 # via requests
148148yarl == 1.22.0
149149 # via aiohttp
You can’t perform that action at this time.
0 commit comments