File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 run : tar cvf dist.tar.gz dist
7070
7171 - name : Upload binary to artifacts
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : binary
7575 path : dist.tar.gz
@@ -131,7 +131,7 @@ jobs:
131131 run : python sign_installer.py --installer-id 374191642324A98B1D9835CCD256EDEE2C710051 --keychain build.keychain
132132
133133 - name : Upload installer to artifacts
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v5
135135 with :
136136 name : installer
137137 path : dvc*.pkg
@@ -164,7 +164,7 @@ jobs:
164164 run : python notarize_installer.py --apple-id-username ivan@iterative.ai --apple-id-password $APPLE_ID_PASSWORD --apple-id-provider $APPLE_ID_PROVIDER
165165
166166 - name : Upload stapled installer to artifacts
167- uses : actions/upload-artifact@v4
167+ uses : actions/upload-artifact@v5
168168 with :
169169 name : stapled_installer
170170 path : dvc*.pkg
You can’t perform that action at this time.
0 commit comments