Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_lambda_layer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/package_lambda_solarwinds_apm
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
name: Save assembled layer to build
with:
name: solarwinds_apm_lambda.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_sdist_and_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/actions/package_solarwinds_apm
- name: Package sdist and wheels for upload
run: zip -r scan-wheel-${{ inputs.version }}.zip dist/*
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
name: Upload zip for scan and publish
with:
name: scan-wheel-${{ inputs.version }}.zip
Expand Down