Skip to content

Commit 487a5e5

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent ce72331 commit 487a5e5

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
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Archive logs artifacts
8686
if: ${{ failure() }}
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
9090
path: |

0 commit comments

Comments
 (0)