Skip to content

Commit 3f407ff

Browse files
committed
tweak: use v4 download-artifact
1 parent b4d2023 commit 3f407ff

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
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v4
7979

80-
- uses: actions/download-artifact@v3
80+
- uses: actions/download-artifact@v4
8181
with:
8282
name: code-coverage-${{ matrix.php }}-${{ github.run_number }}
8383
path: _coverage

0 commit comments

Comments
 (0)