Skip to content

Commit 7c9e8ea

Browse files
committed
Update download-artifact to v4
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent cbad8f3 commit 7c9e8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
token: ${{ secrets.BOT_TOKEN }}
188188

189189
- name: Download built Phar file
190-
uses: actions/download-artifact@v4.1.7
190+
uses: actions/download-artifact@v4
191191
with:
192192
name: easyengine-phar
193193

@@ -240,7 +240,7 @@ jobs:
240240
uses: actions/checkout@v3
241241

242242
- name: Download built Phar file
243-
uses: actions/download-artifact@v4.1.7
243+
uses: actions/download-artifact@v4
244244
with:
245245
name: easyengine-phar
246246

0 commit comments

Comments
 (0)