Skip to content

Commit

Permalink
Merge pull request #157 from andreashasse/upgrade-upload-artifact
Browse files Browse the repository at this point in the history
Upgrade upload artifact to v4
  • Loading branch information
onno-vos-dev authored Nov 6, 2024
2 parents 4bf4cc4 + f333105 commit e6dbc2c
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 e6dbc2c

Please sign in to comment.