mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Merge pull request #171 from loot/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
This commit is contained in:
@@ -290,7 +290,7 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
|
||||
- name: Upload archive
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: ${{ steps.archive-name.outputs.filename }}
|
||||
path: |
|
||||
@@ -442,7 +442,7 @@ jobs:
|
||||
genhtml --output-directory=report --substitute "s#.*libloot#$(pwd)#g" --substitute 's#\\#/#g' merged.info
|
||||
|
||||
- name: Upload report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: Code coverage report
|
||||
path: report/
|
||||
|
||||
Reference in New Issue
Block a user