Skip to content

Commit 22755c2

Browse files
authored
Merge pull request #1858 from EasyEngine/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents d21ca79 + 7c9e8ea commit 22755c2

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@v3
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@v3
243+
uses: actions/download-artifact@v4
244244
with:
245245
name: easyengine-phar
246246

0 commit comments

Comments
 (0)