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