Skip to content

Commit 2e41f00

Browse files
authored
Merge pull request #204 from voku/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v4
2 parents d67860c + 487a5e5 commit 2e41f00

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)