Skip to content

Commit

Permalink
Use updated upload-artifact GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed Dec 4, 2024
1 parent 247bd93 commit 9072be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 9072be7

Please sign in to comment.