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

Commit b0e63e4

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

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@v6
81+
- uses: actions/download-artifact@v7
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@v6
101+
- uses: actions/download-artifact@v7
102102
with:
103103
name: paw
104104
path: builds

0 commit comments

Comments
 (0)