Skip to content

Commit

Permalink
Update download-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
  • Loading branch information
mrrobot47 committed Nov 25, 2024
1 parent cbad8f3 commit 7c9e8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}

- name: Download built Phar file
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: easyengine-phar

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
uses: actions/checkout@v3

- name: Download built Phar file
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: easyengine-phar

Expand Down

0 comments on commit 7c9e8ea

Please sign in to comment.