Skip to content

Commit 6743050

Browse files
committed
The upload artifact names only needs to be unique per run
1 parent 2fa3f9b commit 6743050

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,10 @@ jobs:
6565
with:
6666
name: edoc OTP${{ matrix.otp-version }}
6767
path: doc
68-
overwrite: true
6968
- name: Upload Common Test result
7069
if: ${{ always() }}
7170
uses: actions/upload-artifact@v4
7271
with:
73-
name: Common Test OTP${{ matrix.otp-version }} SHA${{ github.sha }}
72+
name: Common Test OTP${{ matrix.otp-version }}
7473
path: _build/test/logs/**
75-
overwrite: true
7674
retention-days: 3

0 commit comments

Comments
 (0)