Skip to content

Commit deabc87

Browse files
Bump actions/upload-artifact from 4 to 5 (#275)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f76c3b5 commit deabc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)