Skip to content

Commit

Permalink
Upgrade upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashasse committed Nov 6, 2024
1 parent 4bf4cc4 commit f333105
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,16 @@ jobs:
- name: Produce Documentation
run: rebar3 ex_doc || true
- name: Publish Documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: edoc
name: edoc OTP${{ matrix.otp-version }}
path: doc
overwrite: true
- name: Upload Common Test result
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Common Test ${{ matrix.otp-version }}
name: Common Test OTP${{ matrix.otp-version }} SHA${{ github.sha }}
path: _build/test/logs/**
overwrite: true
retention-days: 3

0 comments on commit f333105

Please sign in to comment.