Skip to content

Commit fadc412

Browse files
Merge pull request #94 from leanix/feature/cid-3581/generate-sbom-artifact
cid-3581 change upload artifact action version to V4
2 parents 1729a8d + f11eae7 commit fadc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dev-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
--output "cyclonedx-json=${{ steps.derive-artifact-name.outputs.SBOM_DIR }}/${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}"
7878
7979
- name: Upload SBOM
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: ${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}
8383
path: ${{ steps.derive-artifact-name.outputs.SBOM_DIR }}

0 commit comments

Comments
 (0)