Skip to content

Commit 7ca8123

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30f7bdd commit 7ca8123

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
@@ -185,7 +185,7 @@ jobs:
185185
token: ${{ secrets.BOT_TOKEN }}
186186

187187
- name: Download built Phar file
188-
uses: actions/download-artifact@v3
188+
uses: actions/download-artifact@v4.1.7
189189
with:
190190
name: easyengine-phar
191191

@@ -238,7 +238,7 @@ jobs:
238238
uses: actions/checkout@v3
239239

240240
- name: Download built Phar file
241-
uses: actions/download-artifact@v3
241+
uses: actions/download-artifact@v4.1.7
242242
with:
243243
name: easyengine-phar
244244

0 commit comments

Comments
 (0)