Skip to content

Commit

Permalink
Merge pull request #712 from interlay/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
bvotteler authored Dec 18, 2023
2 parents 944ce91 + c341b66 commit 85f26a9
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 @@ -37,7 +37,7 @@ jobs:
run: docker-compose logs > logs.txt
- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docker-compose-logs
path: logs.txt

0 comments on commit 85f26a9

Please sign in to comment.