From 94d5dec0edd1098719d46749301dee032060f320 Mon Sep 17 00:00:00 2001 From: Andreas Hasselberg Date: Wed, 6 Nov 2024 13:58:49 +0100 Subject: [PATCH] Upgrade upload artifact --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0543762..8fa510b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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