Use updated upload-artifact GH action

This commit is contained in:
Sergey Prokhorov 2024-12-04 12:31:57 +01:00
parent 247bd9339b
commit 9072be78bd
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

View file

@ -58,7 +58,7 @@ jobs:
run: rebar3 proper
- name: Upload test logs artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: test_logs_otp-${{matrix.otp}}