mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 18:06:07 +02:00
CI: Bump actions/upload-artifact from 4 to 5 (#6600)
This commit is contained in:
@@ -169,14 +169,14 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
path: repo/obj_coverage
|
||||
name: coverage-report
|
||||
|
||||
- name: Upload notification
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
path: repo/notification
|
||||
name: coverage-pr-notification
|
||||
|
||||
Reference in New Issue
Block a user