Skip to content

Commit 4310309

Browse files
committed
Update GitHub Actions to use actions/upload-artifact@v6 for improved artifact handling
1 parent 8b5c940 commit 4310309

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)