Skip to content

Commit

Permalink
ci: use upload-artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Sep 13, 2024
1 parent f47c973 commit a653b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
make test-env
make t
- name: Store test logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: always()
with:
name: ct-logs-otp-${{matrix.otp}}-kafka-${{matrix.kafka}}
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Build Documentation
run: rebar3 do hex build
- name: Publish documentation
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: edoc
path: doc

0 comments on commit a653b64

Please sign in to comment.