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
0 commit comments