Skip to content

Commit b0afa93

Browse files
authored
Merge pull request #341 from php/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents fc2c00f + 07d5f4a commit b0afa93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build documentation
3737
run: .github/docs/build-docs.sh
3838
- name: Fetch built PHAR from artifacts
39-
uses: actions/download-artifact@v4
39+
uses: actions/download-artifact@v5
4040
with:
4141
name: pie-${{ github.sha }}.phar
4242
- name: Verify the PHAR

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: write
2727
steps:
2828
- name: Fetch built PHAR from artifacts
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@v5
3030
with:
3131
name: pie-${{ github.sha }}.phar
3232
- name: Verify the PHAR
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v5
5959

6060
- name: Fetch built PHAR from artifacts
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v5
6262
with:
6363
name: pie-${{ github.sha }}.phar
6464

0 commit comments

Comments
 (0)