Skip to content

Commit 9072be7

Browse files
committed
Use updated upload-artifact GH action
1 parent 247bd93 commit 9072be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: rebar3 proper
5959

6060
- name: Upload test logs artifact
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
if: failure()
6363
with:
6464
name: test_logs_otp-${{matrix.otp}}

0 commit comments

Comments
 (0)