Skip to content

Commit ed90797

Browse files
Update actions/upload-artifact action to v6
1 parent 6f768d9 commit ed90797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

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

8383
- name: Upload logs as artifacts
8484
if: always()
85-
uses: actions/upload-artifact@v5
85+
uses: actions/upload-artifact@v6
8686
with:
8787
name: ${{github.job}}-logs-${{ matrix.php-versions }}
8888
path: .logs

0 commit comments

Comments
 (0)