Skip to content

Commit ab874e8

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d1b3c5 commit ab874e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-php72-apache2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: "ubuntu-24.04"
7373
steps:
7474
- name: Download digests
75-
uses: actions/download-artifact@v4
75+
uses: actions/download-artifact@v5
7676
with:
7777
path: "${{ runner.temp }}/digests"
7878
pattern: "digests__*"

.github/workflows/build-php82-apache2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: "ubuntu-24.04"
8181
steps:
8282
- name: Download digests
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v5
8484
with:
8585
path: "${{ runner.temp }}/digests"
8686
pattern: "digests__*"

0 commit comments

Comments
 (0)