Skip to content

Commit

Permalink
Merge pull request #815 from Icinga/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

build(deps): bump actions/upload-artifact from 2 to 4
  • Loading branch information
Al2Klimov authored Sep 18, 2024
2 parents 6c24717 + a2653fb commit 9a82337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: xz -9 debug.log
- name: Upload Debug Log
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.database.name }}-debug.log.xz
path: debug.log.xz
Expand Down

0 comments on commit 9a82337

Please sign in to comment.