File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v5.0.0
3434
3535 - name : Download Package
36- uses : actions/download-artifact@v5 .0.0
36+ uses : actions/download-artifact@v6 .0.0
3737 with :
3838 name : Packages
3939 path : dist
Original file line number Diff line number Diff line change 4949 pip install scons
5050 scons -j4 -C tests
5151 - name : Upload compilation results
52- uses : actions/upload-artifact@v4.6.2
52+ uses : actions/upload-artifact@v5.0.0
5353 with :
5454 name : tests
5555 if-no-files-found : error
@@ -85,13 +85,13 @@ jobs:
8585 python-version : ${{ matrix.python }}
8686
8787 - name : Download compiled tests
88- uses : actions/download-artifact@v5 .0.0
88+ uses : actions/download-artifact@v6 .0.0
8989 with :
9090 name : tests
9191 path : tests
9292
9393 - name : Download Package
94- uses : actions/download-artifact@v5 .0.0
94+ uses : actions/download-artifact@v6 .0.0
9595 with :
9696 name : Packages
9797 path : dist
You can’t perform that action at this time.
0 commit comments