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:
Oliver Hamlet
2025-10-27 16:39:27 +00:00
committed by GitHub
+2 -2
View File
@@ -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/