Skip to content

Commit f0e5dc9

Browse files
committed
Update GitHub Actions to use actions/upload-artifact@v6 for improved artifact handling
1 parent 2829cf2 commit f0e5dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "${MATRIX_JSON}" | jq '.'
6868
6969
- name: Upload the php-versions.yml file
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: php-versions.yml
7373
path: ${{ inputs.php-versions-file }}

0 commit comments

Comments
 (0)