Merge pull request #1056 from Icinga/dependabot/github_actions/actions/upload-artifact-6

build(deps): bump actions/upload-artifact from 5 to 6
This commit is contained in:
Alvar 2025-12-15 13:07:04 +00:00 committed by GitHub
commit bf202a124f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ jobs:
run: xz -9 debug.log
- name: Upload Debug Log
if: ${{ always() }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.database.name }}-debug.log.xz
path: debug.log.xz