Skip to content

Commit

Permalink
Merge pull request #1858 from EasyEngine/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
mrrobot47 authored Nov 25, 2024
2 parents d21ca79 + 7c9e8ea commit 22755c2
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@v3
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@v3
uses: actions/download-artifact@v4
with:
name: easyengine-phar

Expand Down

0 comments on commit 22755c2

Please sign in to comment.