mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-18 18:18:00 -05:00
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:
commit
bf202a124f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue