Skip to content

Commit 0f24526

Browse files
committed
change: updated actions/download-artifact action to v4
1 parent 9fbc1f4 commit 0f24526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 0
101101

102102
- name: Download build artifacts
103-
uses: actions/download-artifact@v3
103+
uses: actions/download-artifact@v4
104104
with:
105105
name: examples-${{ github.ref_name }}
106106

0 commit comments

Comments
 (0)