Skip to content

Commit

Permalink
Update functional-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko authored Sep 12, 2024
1 parent 070d3a2 commit 219192d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
for C in $(docker ps -aq); do docker logs $C>$C.log; done || true
if: ${{ always() }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ always() }}
continue-on-error: true
with:
Expand Down

0 comments on commit 219192d

Please sign in to comment.