Skip to content

Commit 5e6a9bc

Browse files
Update actions/download-artifact action to v5
1 parent 5c6b2c7 commit 5e6a9bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout
6262
uses: actions/checkout@v4
6363
- name: Download build artifacts
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v5
6565
with:
6666
name: build
6767
path: dist

0 commit comments

Comments
 (0)