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:
Oliver Hamlet
2026-03-03 10:46:38 +00:00
committed by GitHub
+2 -2
View File
@@ -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/