Skip to content

Commit 85f26a9

Browse files
authored
Merge pull request #712 from interlay/dependabot/github_actions/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2 parents 944ce91 + c341b66 commit 85f26a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: docker-compose logs > logs.txt
3838
- name: Upload logs
3939
if: always()
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: docker-compose-logs
4343
path: logs.txt

0 commit comments

Comments
 (0)