Skip to content

Commit

Permalink
Merge pull request #9 from andreashasse/upgrade-upload-artifact
Browse files Browse the repository at this point in the history
Upgrade upload artifact
  • Loading branch information
onno-vos-dev authored Nov 6, 2024
2 parents 1b7c451 + 94d5dec commit eff7881
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Produce Documentation
run: rebar3 edoc || true
- name: Publish Documentation
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: edoc
name: edoc_otp${{ matrix.otp-version }}
path: doc
overwrite: true

0 comments on commit eff7881

Please sign in to comment.