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

Commit af6a04f

Browse files
Merge pull request #232 from package-wizard/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents e3f6ec1 + b0e63e4 commit af6a04f

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)