Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit cb6bbd9

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
ini-values: error_reporting=E_ALL
7979
coverage: none
8080

81-
- uses: actions/download-artifact@v5
81+
- uses: actions/download-artifact@v6
8282
with:
8383
name: paw
8484
path: builds
@@ -98,7 +98,7 @@ jobs:
9898
- name: Remove old file
9999
run: rm -f builds/paw
100100

101-
- uses: actions/download-artifact@v5
101+
- uses: actions/download-artifact@v6
102102
with:
103103
name: paw
104104
path: builds

0 commit comments

Comments
 (0)