2323 - macos-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Work in a case-sensitive disk image.
2828 # This lets us catch failures that only happen on case-sensitive filesystems.
2929 run : |
@@ -115,7 +115,7 @@ jobs:
115115 echo '::endgroup::'
116116 - name : Upload the test results.
117117 if : always()
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : bgm-test-results
121121 path : |
@@ -142,7 +142,7 @@ jobs:
142142 timeout-minutes : 15
143143 steps :
144144 - name : Checkout
145- uses : actions/checkout@v3
145+ uses : actions/checkout@v4
146146 - name : Build the .pkg installer.
147147 run : |
148148 # `sudo` and `tput` expect this to be set.
@@ -188,13 +188,13 @@ jobs:
188188 ls -la "/Library/LaunchDaemons/com.bearisdriving.BGM.XPCHelper.plist"
189189 - name : Upload the .pkg installer and archives.
190190 if : always()
191- uses : actions/upload-artifact@v3
191+ uses : actions/upload-artifact@v4
192192 with :
193193 name : pkg-installer
194194 path : Background-Music-*
195195 - name : Upload the log file from the package.sh build.
196196 if : always()
197- uses : actions/upload-artifact@v3
197+ uses : actions/upload-artifact@v4
198198 with :
199199 name : build-and-install-log-for-pkg
200200 path : build_and_install.log
@@ -213,4 +213,4 @@ jobs:
213213# repo: kyleneideck/BackgroundMusic
214214# tags: true
215215# # TODO: Use "condition" to build master and tags?
216- # condition: $DEPLOY = true
216+ # condition: $DEPLOY = true
0 commit comments