Skip to content

Commit 4359eca

Browse files
authored
Merge pull request #140 from voku/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v7
2 parents edca381 + 29022ac commit 4359eca

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
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Archive logs artifacts
9191
if: ${{ failure() }}
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
9595
path: |

0 commit comments

Comments
 (0)