Skip to content

Commit 4cc8afb

Browse files
committed
Fix: Update actions/upload-artifact from v2 to v3 to resolve workflow errors
1 parent 8655fd8 commit 4cc8afb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/biogears-complete-pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ctest -C ${{ matrix.build_type }} --output-on-failure -R "^(CommonData|CDM)" || true
6666
6767
- name: Upload build artifacts
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v3
6969
with:
7070
name: biogears-build
7171
path: |
@@ -146,7 +146,7 @@ jobs:
146146
echo "image_digest=$DIGEST" >> $GITHUB_OUTPUT
147147
148148
- name: Upload image digest
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v3
150150
with:
151151
name: image-digest
152152
path: image-digest.txt
@@ -191,7 +191,7 @@ jobs:
191191
trivy image --format json --output trivy-scan.json ghcr.io/${{ github.repository_owner }}/biogears:${{ github.sha }}
192192
193193
- name: Upload SBOM and scan results
194-
uses: actions/upload-artifact@v2
194+
uses: actions/upload-artifact@v3
195195
with:
196196
name: security-artifacts
197197
path: |
@@ -477,7 +477,7 @@ jobs:
477477
tar -czvf signed-policies.tar.gz policies/
478478
479479
- name: Upload policies
480-
uses: actions/upload-artifact@v2
480+
uses: actions/upload-artifact@v3
481481
with:
482482
name: policy-artifacts
483483
path: |
@@ -587,7 +587,7 @@ jobs:
587587
tar -czvf all-signatures.tar.gz all-signatures/
588588
589589
- name: Upload attestations
590-
uses: actions/upload-artifact@v2
590+
uses: actions/upload-artifact@v3
591591
with:
592592
name: attestation-artifacts
593593
path: |
@@ -735,7 +735,7 @@ jobs:
735735
EOF
736736
737737
- name: Upload pipeline report
738-
uses: actions/upload-artifact@v2
738+
uses: actions/upload-artifact@v3
739739
with:
740740
name: pipeline-report
741741
path: biogears-pipeline-report.md

.github/workflows/docker-based-pipeline-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ jobs:
699699
done
700700
701701
- name: Upload artifacts
702-
uses: actions/upload-artifact@v2
702+
uses: actions/upload-artifact@v3
703703
with:
704704
name: security-artifacts
705705
path: |

0 commit comments

Comments
 (0)