Skip to content

Commit 792d1be

Browse files
authored
Merge pull request #838 from sfu-db/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents f61a09f + 3052ffb commit 792d1be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
python-version: ${{ matrix.python-version }}
246246
architecture: x64
247247

248-
- uses: actions/download-artifact@v4
248+
- uses: actions/download-artifact@v5
249249
with:
250250
name: "${{ matrix.os }}-${{ matrix.python-version }}"
251251

@@ -267,7 +267,7 @@ jobs:
267267
with:
268268
python-version: ${{ matrix.python-version }}
269269

270-
- uses: actions/download-artifact@v4
270+
- uses: actions/download-artifact@v5
271271
with:
272272
name: "macos-arm-${{ matrix.python-version }}"
273273

@@ -300,7 +300,7 @@ jobs:
300300
python-version: ${{ matrix.python-version }}
301301

302302
- name: Download Artifact
303-
uses: actions/download-artifact@v4
303+
uses: actions/download-artifact@v5
304304
with:
305305
name: "linux-arm-${{ matrix.python-version }}"
306306

@@ -315,7 +315,7 @@ jobs:
315315
needs: [verify, verify-apple-arm, verify-linux-arm]
316316
steps:
317317
- name: Download all artifacts
318-
uses: actions/download-artifact@v4
318+
uses: actions/download-artifact@v5
319319

320320
- name: Setup environment
321321
run: |

0 commit comments

Comments
 (0)