Skip to content

Commit 3b610f6

Browse files
Update actions/download-artifact action to v5
1 parent ab2b4e8 commit 3b610f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
rm -rf examples/!(${{ matrix.example }})
9292
rm -rf !(examples)
9393
- name: Retrieve dirty build
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
name: build
9797
path: examples/${{ matrix.example }}

0 commit comments

Comments
 (0)