Skip to content

Commit 5de7d77

Browse files
committed
Update GitHub Actions to use actions/download-artifact@v7 for improved artifact handling
1 parent 4310309 commit 5de7d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ref: ${{ inputs.ref }}
8686

8787
- name: Download PHP Versions file
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v7
8989
with:
9090
name: php-versions.yml
9191
path: ./artifacts

0 commit comments

Comments
 (0)