Skip to content

Commit bb762e9

Browse files
committed
uplifting deprecated github action
1 parent ed3da37 commit bb762e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/scan-dependencies/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
run: ./scripts/sbom-generator.sh
88

99
- name: Upload SBOM Artifact
10-
uses: actions/upload-artifact@v3
10+
uses: actions/upload-artifact@v4
1111
with:
1212
name: dependency-scan
1313
path: ./sbom-spdx.json
@@ -17,7 +17,7 @@ runs:
1717
run: ./scripts/cve-scanner.sh
1818

1919
- name: Upload CVE Artifact
20-
uses: actions/upload-artifact@v3
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: dependency-scan
2323
path: ./cve-scan.json

.github/workflows/cicd-pipeline.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: cd example/.open-next && zip -r ../../open-next.zip . -q
140140

141141
- name: Store Build Artifacts
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
with:
144144
name: example-app-opennext-build
145145
path: open-next.zip
@@ -185,7 +185,7 @@ jobs:
185185
run: terraform -chdir=example/terraform plan -out example-app.tfplan
186186

187187
- name: Store Terraform Plan Artifact
188-
uses: actions/upload-artifact@v3
188+
uses: actions/upload-artifact@v4
189189
with:
190190
name: example-app-tfplan-output
191191
path: example/terraform/example-app.tfplan

0 commit comments

Comments
 (0)