Skip to content

Commit fdcf10c

Browse files
Update actions/upload-artifact action to v5
1 parent e88173f commit fdcf10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Archive logs artifacts
9696
if: ${{ failure() }}
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
100100
path: |

0 commit comments

Comments
 (0)