Skip to content

Commit 038f026

Browse files
author
Deepak Prabhakara
committed
Merge branch 'release'
2 parents e598d04 + 2a4f978 commit 038f026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
run: rm -rf sbom*.* || true
120120
- name: Download artifact for SPDX Report
121121
if: github.ref == 'refs/heads/release'
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v3
123123
with:
124124
name: sbom.spdx
125125
- name: Download artifact for CycloneDx Report
126126
if: github.ref == 'refs/heads/release'
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v3
128128
with:
129129
name: sbom.cyclonedx
130130
- name: ORAS Setup

0 commit comments

Comments
 (0)