Skip to content

Commit

Permalink
ci: revert to actions/upload-artifact@v3 in build-distribution workfl…
Browse files Browse the repository at this point in the history
…ow (#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
  • Loading branch information
xrmx authored Mar 7, 2024
1 parent ad2e346 commit 50c098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: "3.10"
- name: Build lambda layer zip
run: ./dev-utils/make-distribution.sh
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: build-distribution
path: ./build/
Expand Down

0 comments on commit 50c098c

Please sign in to comment.