Skip to content

Commit 57329c0

Browse files
committed
ci: revert to actions/upload-artifact@v3 in build-distribution workflow (#1993)
It looks like since v4 only one upload for the same dir will work. See: actions/upload-artifact#478 (comment) In the meantime we sort this out revert to v3. Should fix: https://github.com/elastic/apm-agent-python/actions/runs/8191161913/job/22399752533
1 parent d371d23 commit 57329c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.10"
1414
- name: Build lambda layer zip
1515
run: ./dev-utils/make-distribution.sh
16-
- uses: actions/upload-artifact@v4
16+
- uses: actions/upload-artifact@v3
1717
with:
1818
name: build-distribution
1919
path: ./build/

0 commit comments

Comments
 (0)