Skip to content

Commit e0c3194

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#220)
1 parent 8b6118c commit e0c3194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Checkout
8282
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8383

84-
- uses: actions/download-artifact@v4
84+
- uses: actions/download-artifact@v5
8585
with:
8686
name: archive
8787

@@ -116,7 +116,7 @@ jobs:
116116
- name: Checkout
117117
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
118118

119-
- uses: actions/download-artifact@v4
119+
- uses: actions/download-artifact@v5
120120
with:
121121
name: archive
122122

0 commit comments

Comments
 (0)