Skip to content

Commit 272df07

Browse files
build(deps): 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 c21b822 commit 272df07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
sudo apt-get remove apache2*
283283
sudo apt-get install -y gcc make perl cpanminus libcrypt-ssleay-perl
284284
- name: Get Apache built in the previous job
285-
uses: actions/download-artifact@v4
285+
uses: actions/download-artifact@v5
286286
with:
287287
name: apache-trunk
288288
path: apache2

0 commit comments

Comments
 (0)