We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e598d04 + 2a4f978 commit 038f026Copy full SHA for 038f026
.github/workflows/main.yml
@@ -119,12 +119,12 @@ jobs:
119
run: rm -rf sbom*.* || true
120
- name: Download artifact for SPDX Report
121
if: github.ref == 'refs/heads/release'
122
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v3
123
with:
124
name: sbom.spdx
125
- name: Download artifact for CycloneDx Report
126
127
128
129
name: sbom.cyclonedx
130
- name: ORAS Setup
0 commit comments