Skip to content

Commit 2c3bc61

Browse files
committed
actions/download-artifact@v4
1 parent bdf7b91 commit 2c3bc61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,23 +128,23 @@ jobs:
128128
run: |
129129
cd $GITHUB_WORKSPACE/scripts
130130
bash housekeeping.sh
131-
- uses: actions/download-artifact@v3.0.2
131+
- uses: actions/download-artifact@v4
132132
with:
133133
name: macosx64file
134134
path: $GITHUB_WORKSPACE
135-
- uses: actions/download-artifact@v3.0.2
135+
- uses: actions/download-artifact@v4
136136
with:
137137
name: macosarm64file
138138
path: $GITHUB_WORKSPACE
139-
- uses: actions/download-artifact@v3.0.2
139+
- uses: actions/download-artifact@v4
140140
with:
141141
name: windowsx86file
142142
path: $GITHUB_WORKSPACE
143-
- uses: actions/download-artifact@v3.0.2
143+
- uses: actions/download-artifact@v4
144144
with:
145145
name: windowsx64file
146146
path: $GITHUB_WORKSPACE
147-
- uses: actions/download-artifact@v3.0.2
147+
- uses: actions/download-artifact@v4
148148
with:
149149
name: windowsarm64file
150150
path: $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)