We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1729a8d + f11eae7 commit fadc412Copy full SHA for fadc412
.github/workflows/publish-dev-docker-image.yml
@@ -77,7 +77,7 @@ jobs:
77
--output "cyclonedx-json=${{ steps.derive-artifact-name.outputs.SBOM_DIR }}/${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}"
78
79
- name: Upload SBOM
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: ${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}
83
path: ${{ steps.derive-artifact-name.outputs.SBOM_DIR }}
0 commit comments