Skip to content

Commit 0ebc769

Browse files
authored
Merge pull request #2 from sd416/dependabot/github_actions/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 4 to 7
2 parents cf1b75f + 54c5fc2 commit 0ebc769

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-view.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,19 @@ jobs:
9797
9898
# Download all artifacts with correct names
9999
- name: Download mac-x64 artifact
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v7
101101
with:
102102
name: release-macos-15-intel-x64
103103
path: temp-mac-x64
104104

105105
- name: Download mac-arm64 artifact
106-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v7
107107
with:
108108
name: release-macos-latest-arm64
109109
path: temp-mac-arm64
110110

111111
- name: Download win-x64 artifact
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v7
113113
with:
114114
name: release-windows-latest-x64
115115
path: temp-win-x64

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,19 @@ jobs:
101101
102102
# Download all artifacts with correct names
103103
- name: Download mac-x64 artifact
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v7
105105
with:
106106
name: release-macos-15-intel-x64
107107
path: temp-mac-x64
108108

109109
- name: Download mac-arm64 artifact
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v7
111111
with:
112112
name: release-macos-latest-arm64
113113
path: temp-mac-arm64
114114

115115
- name: Download win-x64 artifact
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v7
117117
with:
118118
name: release-windows-latest-x64
119119
path: temp-win-x64

0 commit comments

Comments
 (0)