File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8787 run : mise run build
8888
8989 - name : Upload artifacts
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v6
9191 with :
9292 name : dist
9393 path : |
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 run : uv build packages/morphir-tools
3030
3131 - name : Upload morphir dist
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v6
3333 with :
3434 name : morphir-dist
3535 path : packages/morphir/dist/
3636
3737 - name : Upload morphir-tools dist
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v6
3939 with :
4040 name : morphir-tools-dist
4141 path : packages/morphir-tools/dist/
4949 url : https://pypi.org/project/morphir/
5050 steps :
5151 - name : Download morphir dist
52- uses : actions/download-artifact@v4
52+ uses : actions/download-artifact@v7
5353 with :
5454 name : morphir-dist
5555 path : dist/
6666 url : https://pypi.org/project/morphir-tools/
6767 steps :
6868 - name : Download morphir-tools dist
69- uses : actions/download-artifact@v4
69+ uses : actions/download-artifact@v7
7070 with :
7171 name : morphir-tools-dist
7272 path : dist/
8383 uses : actions/checkout@v6
8484
8585 - name : Download all artifacts
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@v7
8787 with :
8888 path : dist/
8989 merge-multiple : true
You can’t perform that action at this time.
0 commit comments