Skip to content

Commit 6c49513

Browse files
Bump actions/upload-artifact from 4 to 5
1 parent 1d7b0a6 commit 6c49513

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
@@ -61,7 +61,7 @@ jobs:
6161
output-file: ./pr/lcov.info
6262
- name: Upload Coverage Information for Comment
6363
if: ${{ matrix.os == needs.get_os.outputs.coverage_os }}
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: pr
6767
path: pr/

0 commit comments

Comments
 (0)