Skip to content

Commit 1509b12

Browse files
Update actions/upload-artifact action to v7
1 parent 78cdeaf commit 1509b12

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@v6
85+
uses: actions/upload-artifact@v7
8686
with:
8787
name: ${{github.job}}-logs-${{ matrix.php-versions }}
8888
path: .logs

0 commit comments

Comments
 (0)