Skip to content

Commit f638df3

Browse files
Merge pull request #78 from equinor/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents 5d2ebd0 + cfcb765 commit f638df3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
filter: tree:0
9292

9393
- name: Download ARM Performance Libraries
94-
uses: actions/download-artifact@v7
94+
uses: actions/download-artifact@v8
9595
if: ${{ (startsWith(matrix.os, 'macos-') && ! endsWith(matrix.os, '-intel')) || endsWith(matrix.os, '-arm') }}
9696
with:
9797
pattern: arm-performance-libraries-*
@@ -155,14 +155,14 @@ jobs:
155155
filter: tree:0
156156

157157
- name: Download compiled wheels
158-
uses: actions/download-artifact@v7
158+
uses: actions/download-artifact@v8
159159
with:
160160
pattern: wheels-*
161161
path: .
162162
merge-multiple: true
163163

164164
- name: Download source distribution
165-
uses: actions/download-artifact@v7
165+
uses: actions/download-artifact@v8
166166
with:
167167
name: sdist
168168

@@ -195,7 +195,7 @@ jobs:
195195
id-token: write
196196
steps:
197197
- name: Download distribution
198-
uses: actions/download-artifact@v7
198+
uses: actions/download-artifact@v8
199199
with:
200200
name: distribution
201201
path: dist/

0 commit comments

Comments
 (0)