File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838 with :
3939 ref : ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4040
@@ -70,10 +70,11 @@ jobs:
7070
7171 - name : Install dependencies
7272 run : |
73- brew install ninja cmake
73+ brew list --versions ninja >/dev/null || brew install ninja
74+ brew list --versions cmake >/dev/null || brew install cmake
7475
7576 - name : Install Python (for aqtinstall)
76- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7778 with :
7879 python-version : " 3.12"
7980
@@ -130,7 +131,7 @@ jobs:
130131 "$DMG_NAME"
131132
132133 - name : Upload DMG
133- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v7
134135 if : success()
135136 with :
136137 name : ${{ env.DMG_NAME }}
You can’t perform that action at this time.
0 commit comments