Skip to content

Commit f0f819c

Browse files
chore(deps): update actions/download-artifact action to v8
1 parent 1a8d6bc commit f0f819c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
target_arch: ["linux-64"]
5353
steps:
5454
- name: Download installer
55-
uses: actions/download-artifact@v7
55+
uses: actions/download-artifact@v8
5656
with:
5757
name: installer-${{ matrix.target_arch }}
5858
- name: Generate environment.yaml
@@ -79,7 +79,7 @@ jobs:
7979
cache: true
8080
environments: release
8181
- name: Download artifacts
82-
uses: actions/download-artifact@v7
82+
uses: actions/download-artifact@v8
8383
with:
8484
path: artifacts
8585
- name: Create release notes
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v6
125125
- name: Download installer
126-
uses: actions/download-artifact@v7
126+
uses: actions/download-artifact@v8
127127
with:
128128
name: ${{ matrix.installer }}
129129
- name: Run tests
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- uses: actions/checkout@v6
143143
- name: Download installer
144-
uses: actions/download-artifact@v7
144+
uses: actions/download-artifact@v8
145145
with:
146146
name: installer-osx-64
147147
- name: Run tests
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- uses: actions/checkout@v6
165165
- name: Download installer
166-
uses: actions/download-artifact@v7
166+
uses: actions/download-artifact@v8
167167
with:
168168
name: installer-osx-arm64
169169
- name: Run tests
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
python-version: '3.14'
192192
- name: Download installer
193-
uses: actions/download-artifact@v7
193+
uses: actions/download-artifact@v8
194194
with:
195195
name: installer-linux-64
196196
- name: Prepare environment

0 commit comments

Comments
 (0)