diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7de5959..283e2d7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -99,7 +99,7 @@ jobs: # Persist CBOM after a job has completed and share # that CBOM with another job in the same workflow. - name: Commit changes to new branch - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: "CBOM" path: ${{ steps.cbom.outputs.pattern }}